Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dtreble_sepolicy_tests.py153 def GetAllTypes(pol, oldpol): function
156 alltypes = pol.GetAllTypes(False)
157 oldalltypes = oldpol.GetAllTypes(False)
171 GetAllTypes(pol, oldpol)
Dpolicy.py164 types = self.GetAllTypes(False)
165 attributes = self.GetAllTypes(True)
215 def GetAllTypes(self, isAttr): member in Policy