Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dpolicy.py108 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument
112 PathTypes = self.__GetTypesAndFilesByFilePathPrefix(MatchPrefix, DoNotMatchPrefix)
122 ret += " ".join(str(x) for x in sorted(MatchPrefix))
149 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument
154 PathTypes = self.__GetTypesAndFilesByFilePathPrefix(MatchPrefix, DoNotMatchPrefix)
164 ret += " ".join(str(x) for x in sorted(MatchPrefix))
349 for MatchPrefix in MatchPrefixes:
350 MatchPrefixesWithIndex.append(self.__FcSortedIndex(MatchPrefix))