Searched refs:ResourceType (Results 1 – 3 of 3) sorted by relevance
18 typedef enum ResourceType { enum28 } ResourceType; typedef30 static inline bool RESOURCE_IS_SOURCE(ResourceType t) { in RESOURCE_IS_SOURCE()40 static inline bool RESOURCE_IS_TARGET(ResourceType t) { in RESOURCE_IS_TARGET()50 static inline bool RESOURCE_IS_FILESYSTEM(ResourceType t) { in RESOURCE_IS_FILESYSTEM()58 static inline bool RESOURCE_IS_TAR(ResourceType t) { in RESOURCE_IS_TAR()64 static inline bool RESOURCE_IS_URL(ResourceType t) { in RESOURCE_IS_URL()71 ResourceType type;96 ResourceType resource_type_from_string(const char *s) _pure_;97 const char *resource_type_to_string(ResourceType t) _const_;
633 DEFINE_STRING_TABLE_LOOKUP(resource_type, ResourceType);
333 static DEFINE_CONFIG_PARSE_ENUM(config_parse_resource_type, resource_type, ResourceType, "Invalid r…