Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dpolicy.py112 PathTypes = self.__GetTypesAndFilesByFilePathPrefix(MatchPrefix, DoNotMatchPrefix)
154 PathTypes = self.__GetTypesAndFilesByFilePathPrefix(MatchPrefix, DoNotMatchPrefix)
345 def __GetTypesAndFilesByFilePathPrefix(self, MatchPrefixes, DoNotMatchPrefixes): member in Policy