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 549 ebitmap_t *type_attr_map; member in struct:policydb
  /external/libsepol/src/
policydb.c 1375 if (p->type_attr_map) {
1377 ebitmap_destroy(&p->type_attr_map[i]);
1379 free(p->type_attr_map);
    [all...]
expand.c 2352 static int type_attr_map(hashtab_key_t key function
    [all...]
services.c 857 sattr = &policydb->type_attr_map[scontext->type - 1];
858 tattr = &policydb->type_attr_map[tcontext->type - 1];
    [all...]
write.c     [all...]

Completed in 147 milliseconds