Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dfc_sort.py22 META_CHARS = frozenset(['.', '^', '$', '?', '*', '+', '|', '[', '(', '{']) variable
23 ESCAPED_META_CHARS = frozenset([ '\\{}'.format(c) for c in META_CHARS ])
33 elif path[i] in META_CHARS:
44 for c in META_CHARS:
Dpolicy.py64 if pathregex[idx] in fc_sort.META_CHARS or pathregex[idx] == '\\':