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

  /external/sepolicy/tools/sepolicy-analyze/
dups.c 33 sattr = &policydb->type_attr_map[k->source_type - 1];
34 tattr = &policydb->type_attr_map[k->target_type - 1];
  /external/libsepol/src/
policydb.c 1377 if (p->type_attr_map) {
1379 ebitmap_destroy(&p->type_attr_map[i]);
1381 free(p->type_attr_map);
    [all...]
expand.c 2352 static int type_attr_map(hashtab_key_t key function
    [all...]