Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py98 _PERMISSIONS_BLACKLIST_RE = re.compile('|'.join(fnmatch.translate(p) for p in [ variable
2947 p for p in permissions if not _PERMISSIONS_BLACKLIST_RE.match(p))