HomeSort by relevance Sort by last modified time
    Searched refs:_match_regex_or_set (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
rolequery.py 63 if self.types and not self._match_regex_or_set(
typeattrquery.py 63 if self.types and not self._match_regex_or_set(
mixins.py 95 return self._match_regex_or_set(obj.perms, self.perms, self.perms_equal,
objclassquery.py 94 if not self._match_regex_or_set(
typequery.py 86 if self.attrs and not self._match_regex_or_set(
userquery.py 92 if self.roles and not self._match_regex_or_set(
terulequery.py 172 if not self._match_regex_or_set(
query.py 112 def _match_regex_or_set(obj, criteria, equal, regex): member in class:PolicyQuery

Completed in 220 milliseconds