Searched refs:perm_destroy (Results 1 – 2 of 2) sorted by relevance
/third_party/selinux/checkpolicy/ |
D | module_compiler.c | 763 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()
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 1286 static int perm_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p in perm_destroy() function 1303 (void)hashtab_map(comdatum->permissions.table, perm_destroy, 0); in common_destroy() 1321 (void)hashtab_map(cladatum->permissions.table, perm_destroy, 0); in class_destroy() 2076 perm_destroy(key, perdatum, NULL); in perm_read()
|