Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dmodule_finder_unittest.py69 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable
74 search_dir = SEARCH_DIR_RE.match(find_cmd).group(1).strip()
/tools/tradefederation/core/atest/
Dcli_translator_unittest.py55 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable