Home
last modified time | relevance | path

Searched refs:destroy_avtab (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tests/include/
Dsepol_wrap.h11 void destroy_avtab(void *avtab_iterp);
/system/sepolicy/tests/
Dpolicy.py301 self.__libsepolwrap.destroy_avtab(avtabIterP)
306 self.__libsepolwrap.destroy_avtab(avtabIterP)
347 lib.destroy_avtab.argtypes = [c_void_p]
Dsepol_wrap.cpp333 void destroy_avtab(void *avtab_iterp) in destroy_avtab() function