Searched refs:init_expanded_avtab (Results 1 – 3 of 3) sorted by relevance
12 void *init_expanded_avtab(void *policydbp);
309 avtabIterP = self.__libsepolwrap.init_expanded_avtab(self.__policydbP)333 lib.init_expanded_avtab.restype = c_void_p334 lib.init_expanded_avtab.argtypes = [c_void_p]
380 void *init_expanded_avtab(void *policydbp) in init_expanded_avtab() function