OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perm_destroy
(Results
1 - 2
of
2
) sorted by null
/external/checkpolicy/
module_compiler.c
722
static int
perm_destroy
(hashtab_key_t key, hashtab_datum_t datum, void *p
function
734
hashtab_map(cladatum->permissions.table,
perm_destroy
, NULL);
[
all
...]
/external/libsepol/src/
policydb.c
1104
static int
perm_destroy
(hashtab_key_t key, hashtab_datum_t datum, void *p
function
1121
(void)hashtab_map(comdatum->permissions.table,
perm_destroy
, 0);
1140
(void)hashtab_map(cladatum->permissions.table,
perm_destroy
, 0);
[
all
...]
Completed in 371 milliseconds