Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_list.h62 int cil_list_match_any(struct cil_list *l1, struct cil_list *l2);
Dcil_list.c263 int cil_list_match_any(struct cil_list *l1, struct cil_list *l2) in cil_list_match_any() function
Dcil_find.c283 if (!cil_list_match_any(cl1, cl2)) goto exit; in cil_permissionx_match_any()