Home
last modified time | relevance | path

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

/system/sepolicy/tests/include/
Dsepol_wrap.h12 void *init_expanded_avtab(void *policydbp);
/system/sepolicy/tests/
Dpolicy.py309 avtabIterP = self.__libsepolwrap.init_expanded_avtab(self.__policydbP)
333 lib.init_expanded_avtab.restype = c_void_p
334 lib.init_expanded_avtab.argtypes = [c_void_p]
Dsepol_wrap.cpp380 void *init_expanded_avtab(void *policydbp) in init_expanded_avtab() function