Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_find.c74 } else if (ebitmap_match_any(a1->types, a2->types)) { in cil_type_match_any()
137 rc = ebitmap_match_any(&map, a->types); in cil_self_match_any()
278 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any()
/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h90 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);
/external/selinux/libsepol/src/
Dassertion.c480 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match()
496 rc2 = ebitmap_match_any(&avrule->stypes.types, &match); in check_assertion_avtab_match()
501 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); in check_assertion_avtab_match()
Debitmap.c227 int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_match_any() function