Home
last modified time | relevance | path

Searched refs:perm_destroy (Results 1 – 2 of 2) sorted by relevance

/external/selinux/checkpolicy/
Dmodule_compiler.c763 static int perm_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p in perm_destroy() function
775 hashtab_map(cladatum->permissions.table, perm_destroy, NULL); in class_datum_destroy()
/external/selinux/libsepol/src/
Dpolicydb.c1222 static int perm_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p in perm_destroy() function
1239 (void)hashtab_map(comdatum->permissions.table, perm_destroy, 0); in common_destroy()
1258 (void)hashtab_map(cladatum->permissions.table, perm_destroy, 0); in class_destroy()
2029 perm_destroy(key, perdatum, NULL); in perm_read()