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.cpp300 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp) in get_allow_rule() argument
303 struct avtab_iter *avtab_i = static_cast<struct avtab_iter *>(avtab_iterp); in get_allow_rule()
333 void destroy_avtab(void *avtab_iterp) in destroy_avtab() argument
335 struct avtab_iter *avtab_i = static_cast<struct avtab_iter *>(avtab_iterp); in destroy_avtab()
392 void destroy_expanded_avtab(void *avtab_iterp) in destroy_expanded_avtab() argument
394 struct avtab_iter *avtab_i = static_cast<struct avtab_iter *>(avtab_iterp); in destroy_expanded_avtab()