Searched refs:is_id_in_scope_with_start (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | module_to_cil.c | 480 static int is_id_in_scope_with_start(struct policydb *pdb, struct stack *decl_stack, int start, uin… in is_id_in_scope_with_start() function 509 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type); in is_id_in_ancestor_scope() 516 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type); in is_id_in_scope()
|