HomeSort by relevance Sort by last modified time
    Searched refs:avtab_destroy (Results 1 - 8 of 8) sorted by null

  /system/sepolicy/tools/sepolicy-analyze/
typecmp.c 182 avtab_destroy(&exp_avtab);
188 avtab_destroy(&exp_avtab); /* */
198 avtab_destroy(&exp_avtab);
199 avtab_destroy(&exp_cond_avtab);
  /system/sepolicy/tools/
sepolicy-check.c 79 avtab_destroy(&exp_avtab);
91 avtab_destroy(&exp_avtab);
97 avtab_destroy(&exp_avtab);
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 112 extern void avtab_destroy(avtab_t * h);
  /external/selinux/libsepol/src/
hierarchy.c 192 avtab_destroy(&cur->true_avtab);
193 avtab_destroy(&cur->false_avtab);
255 avtab_destroy(global_avtab);
467 avtab_destroy(&global_avtab);
avtab.c 306 void avtab_destroy(avtab_t * h) function
624 avtab_destroy(a);
conditional.c 519 avtab_destroy(&p->te_cond_avtab);
write.c 340 avtab_destroy(&expa);
724 avtab_destroy(&expa);
    [all...]
policydb.c 1329 avtab_destroy(&p->te_avtab);
    [all...]

Completed in 737 milliseconds