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

  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 107 extern int avtab_alloc(avtab_t *, uint32_t);
142 /* avtab_alloc uses one bucket per 2-4 elements, so adjust to get maximum buckets */
  /external/selinux/libsepol/src/
avtab.c 362 int avtab_alloc(avtab_t *h, uint32_t nrules) function
603 rc = avtab_alloc(a, nel);
hierarchy.c 209 rc = avtab_alloc(global_avtab, BOUNDS_AVTAB_SIZE);
230 rc = avtab_alloc(&ci->true_avtab, BOUNDS_AVTAB_SIZE);
238 rc = avtab_alloc(&ci->false_avtab, BOUNDS_AVTAB_SIZE);
conditional.c 850 rc = avtab_alloc(&p->te_cond_avtab, p->te_avtab.nel);
expand.c     [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]

Completed in 1876 milliseconds