Searched refs:MatchPathPrefix (Results 1 – 2 of 2) sorted by relevance
6 from policy import MatchPathPrefix108 vendor = any(MatchPathPrefix(path, prefix) for prefix in110 system = any(MatchPathPrefix(path, prefix) for prefix in114 if MatchPathPrefix(path, "/system/vendor"):116 elif MatchPathPrefix(path, "/system"):
19 def MatchPathPrefix(pathregex, prefix): function31 if MatchPathPrefix(pathregex, Prefix):258 if MatchPathPrefix(self.__FcSorted[i].path, prefix):