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 89 extern int ebitmap_match_any(const ebitmap_t *e1, const ebitmap_t *e2);
  /external/selinux/libsepol/cil/src/
cil_find.c 72 return ebitmap_match_any(a1->types, a2->types);
133 rc = ebitmap_match_any(&map, a->types);
274 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit;
  /external/selinux/libsepol/src/
assertion.c 464 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]);
480 rc = ebitmap_match_any(&avrule->stypes.types, &match);
483 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 122 milliseconds