Home
last modified time | relevance | path

Searched refs:avtab_alloc (Results 1 – 4 of 4) sorted by relevance

/external/libsepol/include/sepol/policydb/
Davtab.h88 extern int avtab_alloc(avtab_t *, uint32_t);
/external/libsepol/src/
Davtab.c301 int avtab_alloc(avtab_t *h, uint32_t nrules) in avtab_alloc() function
508 rc = avtab_alloc(a, nel); in avtab_read()
Dexpand.c2576 if (avtab_alloc(&state->out->te_avtab, MAX_AVTAB_SIZE)) { in copy_and_expand_avrule_block()
2581 if (avtab_alloc(&state->out->te_cond_avtab, MAX_AVTAB_SIZE)) { in copy_and_expand_avrule_block()
3159 if (avtab_alloc(expa, MAX_AVTAB_SIZE)) { in expand_avtab()
3292 if (avtab_alloc(expa, MAX_AVTAB_SIZE)) { in expand_cond_av_list()
Dconditional.c850 rc = avtab_alloc(&p->te_cond_avtab, p->te_avtab.nel); in cond_read_list()