Searched refs:is_id_in_scope (Results 1 – 3 of 3) sorted by relevance
/external/checkpolicy/ |
D | policy_define.c | 215 if (!is_id_in_scope(SYM_TYPES, type)) { in define_permissive() 336 if (!is_id_in_scope(SYM_CLASSES, id)) { in read_classes() 1087 if (!is_id_in_scope(SYM_TYPES, id)) { in define_typealias() 1119 if (!is_id_in_scope(SYM_TYPES, id)) { in define_typeattribute() 1132 if (!is_id_in_scope(SYM_TYPES, id)) { in define_typeattribute() 1169 if (!is_id_in_scope(SYM_TYPES, bounds_id)) { in define_typebounds_helper() 1180 if (!is_id_in_scope(SYM_TYPES, type_id)) { in define_typebounds_helper() 1282 if (!is_id_in_scope(SYM_TYPES, id)) { in define_type() 1355 if (!is_id_in_scope(SYM_TYPES, id)) { in set_types() 1421 if (!is_id_in_scope(SYM_TYPES, id)) { in define_compute_type_helper() [all …]
|
D | module_compiler.h | 68 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id);
|
D | module_compiler.c | 650 if (is_id_in_scope(symbol_type, key)) { in require_symbol() 1247 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) in is_id_in_scope() function
|