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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
constraintquery.py 26 from .util import match_in_set
100 return match_in_set(obj, criteria, regex)
mixins.py 23 from .util import match_in_set, match_regex, match_range, match_regex_or_set
49 return match_in_set(obj.aliases(), self.alias, self.alias_regex)
util.py 54 def match_in_set(obj, criteria, regex): function

Completed in 458 milliseconds