HomeSort by relevance Sort by last modified time
    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 1039 static int perm_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p function
1056 hashtab_map(comdatum->permissions.table, perm_destroy, 0);
1075 hashtab_map(cladatum->permissions.table, perm_destroy, 0);
    [all...]

Completed in 25 milliseconds