Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dtreble_sepolicy_tests.py6 from policy import MatchPathPrefix
108 vendor = any(MatchPathPrefix(path, prefix) for prefix in
110 system = any(MatchPathPrefix(path, prefix) for prefix in
114 if MatchPathPrefix(path, "/system/vendor"):
116 elif MatchPathPrefix(path, "/system"):
Dpolicy.py19 def MatchPathPrefix(pathregex, prefix): function
31 if MatchPathPrefix(pathregex, Prefix):
258 if MatchPathPrefix(self.__FcSorted[i].path, prefix):