Searched refs:is_id_in_scope_with_start (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 488 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 517 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type); in is_id_in_ancestor_scope() 524 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type); in is_id_in_scope()
|