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

  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 106 extern int avtab_alloc(avtab_t *, uint32_t);
141 /* avtab_alloc uses one bucket per 2-4 elements, so adjust to get maximum buckets */
  /external/selinux/libsepol/src/
avtab.c 353 int avtab_alloc(avtab_t *h, uint32_t nrules) function
591 rc = avtab_alloc(a, nel);
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 70 milliseconds