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

  /external/libsepol/src/
symtab.c 54 hashtab_destroy(s->table);
hashtab.c 198 void hashtab_destroy(hashtab_t h) function
policydb.c 756 hashtab_destroy(p->symtab[i].table);
757 hashtab_destroy(p->scope[i].table);
1120 hashtab_destroy(comdatum->permissions.table);
1139 hashtab_destroy(cladatum->permissions.table);
1307 hashtab_destroy(p->scope[i].table);
1397 hashtab_destroy(symtab[i].table);
    [all...]
  /external/libsepol/include/sepol/policydb/
hashtab.h 103 extern void hashtab_destroy(hashtab_t h);
  /external/checkpolicy/
module_compiler.c 735 hashtab_destroy(cladatum->permissions.table);
    [all...]

Completed in 41 milliseconds