Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1913 _APP_DIR_PATTERNS = re.compile('^(?:/[^/]+){1,2}/(?:priv-)?app/') variable
1924 if _APP_DIR_PATTERNS.match(requester):
3115 match = _APP_DIR_PATTERNS.match(dep_file.path)