Searched refs:perm_destroy (Results 1 – 2 of 2) sorted by relevance
/third_party/selinux/checkpolicy/ |
D | module_compiler.c | 764 static int perm_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p in perm_destroy() function 776 hashtab_map(cladatum->permissions.table, perm_destroy, NULL); in class_datum_destroy()
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 1299 static int perm_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p in perm_destroy() function 1316 (void)hashtab_map(comdatum->permissions.table, perm_destroy, 0); in common_destroy() 1334 (void)hashtab_map(cladatum->permissions.table, perm_destroy, 0); in class_destroy() 2089 perm_destroy(key, perdatum, NULL); in perm_read()
|