Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dfc_sort.py26 metaChars = frozenset(['.', '^', '$', '?', '*', '+', '|', '[', '(', '{']) variable
30 global metaChars
36 elif path[i] in metaChars:
44 global metaChars
48 for c in metaChars:
57 global metaChars