Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dsepolicy_tests.py83 return pol.AssertPathTypesDoNotHaveAttr(partitions, [], "app_data_file_type",
Dtreble_sepolicy_tests.py305 return pol.AssertPathTypesDoNotHaveAttr(["/data/vendor/", "/data/vendor_ce/",
Dpolicy.py55 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): member in Policy