Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dpolicy.py241 types = self.GetAllTypes(False)
242 attributes = self.GetAllTypes(True)
296 def GetAllTypes(self, isAttr): member in Policy
641 def GetAllTypes(self, basepol, oldpol): member in TestPolicy
642 self.alltypes = basepol.GetAllTypes(False)
643 self.oldalltypes = oldpol.GetAllTypes(False)
647 self.GetAllTypes(basepol, oldpol)
Dapex_sepolicy_tests.py127 if tcontext not in pol.GetAllTypes(False):
/system/sepolicy/tools/
Dsepolicy_generate_compat.py402 all_types = base_policy.GetAllTypes(False)
403 old_all_types = old_policy.GetAllTypes(False)