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

  /external/libsepol/include/sepol/policydb/
policydb.h 535 ebitmap_t *type_attr_map; member in struct:policydb
  /external/libsepol/src/
policydb.c 1312 if (p->type_attr_map) {
1314 ebitmap_destroy(&p->type_attr_map[i]);
1316 free(p->type_attr_map);
    [all...]
expand.c 2204 static int type_attr_map(hashtab_key_t key function
    [all...]
services.c 344 sattr = &policydb->type_attr_map[scontext->type - 1];
345 tattr = &policydb->type_attr_map[tcontext->type - 1];
    [all...]
write.c     [all...]

Completed in 44 milliseconds