Searched refs:oldpol (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tests/ |
D | treble_sepolicy_tests.py | 153 def GetAllTypes(pol, oldpol): argument 157 oldalltypes = oldpol.GetAllTypes(False) 167 def compatSetup(pol, oldpol, mapping, types): argument 171 GetAllTypes(pol, oldpol) 385 oldpol = policy.Policy(options.oldpolicy, None, options.libpath) variable 388 compatSetup(basepol, oldpol, mapping, pubpol.types)
|