OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avtab_alloc
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/include/sepol/policydb/
avtab.h
88
extern int
avtab_alloc
(avtab_t *, uint32_t);
/external/libsepol/src/
avtab.c
301
int
avtab_alloc
(avtab_t *h, uint32_t nrules)
function
508
rc =
avtab_alloc
(a, nel);
conditional.c
850
rc =
avtab_alloc
(&p->te_cond_avtab, p->te_avtab.nel);
expand.c
[
all
...]
Completed in 57 milliseconds