Searched refs:ebitmap_match_any (Results 1 – 6 of 6) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_find.c | 75 } else if (ebitmap_match_any(a1->types, a2->types)) { in cil_type_match_any() 138 rc = ebitmap_match_any(&map, a->types); in cil_self_match_any() 279 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 94 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);
|
/third_party/selinux/libsepol/src/ |
D | assertion.c | 462 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match() 478 rc2 = ebitmap_match_any(&avrule->stypes.types, &match); in check_assertion_avtab_match() 483 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); in check_assertion_avtab_match()
|
D | ebitmap.c | 234 int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_match_any() function
|
D | policydb_validate.c | 102 if (ebitmap_match_any(map, &flavor->gaps)) in validate_ebitmap()
|
D | policydb.c | 2721 if (ebitmap_match_any(&stypes, &datum->stypes)) in filename_trans_check_datum()
|