HomeSort by relevance Sort by last modified time
    Searched refs:ebitmap_match_any (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 90 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);
  /external/selinux/libsepol/cil/src/
cil_find.c 74 } else if (ebitmap_match_any(a1->types, a2->types)) {
137 rc = ebitmap_match_any(&map, a->types);
278 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit;
  /external/selinux/libsepol/src/
assertion.c 480 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]);
496 rc2 = ebitmap_match_any(&avrule->stypes.types, &match);
501 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
ebitmap.c 227 int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2) function

Completed in 217 milliseconds