Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_deny.c188 int cil_classperms_list_match_any(const struct cil_list *cpl1, const struct cil_list *cpl2) in cil_classperms_list_match_any()
236 int cil_classperms_list_match_all(const struct cil_list *cpl1, const struct cil_list *cpl2) in cil_classperms_list_match_all()
404 void cil_classperms_list_and(struct cil_list **result, const struct cil_list *cpl1, const struct ci… in cil_classperms_list_and()
528 void cil_classperms_list_andnot(struct cil_list **result, const struct cil_list *cpl1, const struct… in cil_classperms_list_andnot()
H A Dcil_find.c321 static int cil_classperms_list_match_any(struct cil_list *cpl1, struct cil_list *cpl2) in cil_classperms_list_match_any()