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

  /external/sepolicy/tools/sepolicy-analyze/
attribute.c 24 ebitmap_for_each_bit(&policydb->attr_type_map[attr->s.value - 1], n, bit) {
neverallow.c 124 rc = ebitmap_union(&typeset->negset, &policydb->attr_type_map[type->s.value - 1]);
126 rc = ebitmap_union(&typeset->types, &policydb->attr_type_map[type->s.value - 1]);
  /external/selinux/libsepol/src/
expand.c     [all...]
policydb.c 1398 if (p->attr_type_map) {
1400 ebitmap_destroy(&p->attr_type_map[i]);
1402 free(p->attr_type_map);
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 575 ebitmap_t *attr_type_map; /* not saved in the binary policy */ member in struct:policydb

Completed in 233 milliseconds