Home
last modified time | relevance | path

Searched refs:avtab_iterp (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/tests/include/
Dsepol_wrap.h6 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp);
11 void destroy_avtab(void *avtab_iterp);
14 void destroy_expanded_avtab(void *avtab_iterp);
/system/sepolicy/tests/
Dsepol_wrap.cpp295 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp) in get_allow_rule() argument
298 struct avtab_iter *avtab_i = static_cast<struct avtab_iter *>(avtab_iterp); in get_allow_rule()
328 void destroy_avtab(void *avtab_iterp) in destroy_avtab() argument
330 struct avtab_iter *avtab_i = static_cast<struct avtab_iter *>(avtab_iterp); in destroy_avtab()
387 void destroy_expanded_avtab(void *avtab_iterp) in destroy_expanded_avtab() argument
389 struct avtab_iter *avtab_i = static_cast<struct avtab_iter *>(avtab_iterp); in destroy_expanded_avtab()