Home
last modified time | relevance | path

Searched defs:match_self (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_find.c43 int match_self; member
423 …e, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule()
529 …ree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule_in_ast()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1041 int match_self = 0; in match_class() local