Home
last modified time | relevance | path

Searched refs:cpl2 (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_find.c163 static int __cil_classperms_list_match_any(struct cil_classperms *cp1, struct cil_list *cpl2) in __cil_classperms_list_match_any() argument
168 cil_list_for_each(curr, cpl2) { in __cil_classperms_list_match_any()
192 static int cil_classperms_list_match_any(struct cil_list *cpl1, struct cil_list *cpl2) in cil_classperms_list_match_any() argument
201 rc = __cil_classperms_list_match_any(cp, cpl2); in cil_classperms_list_match_any()
207 rc = cil_classperms_list_match_any(cmp->classperms, cpl2); in cil_classperms_list_match_any()
214 rc = cil_classperms_list_match_any(cp->classperms, cpl2); in cil_classperms_list_match_any()