Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py274 find_cmd = FIND_CMDS[ref_type] % (search_dir, prune_cond, target)
277 logging.debug('Executing %s find cmd: %s', ref_name, find_cmd)
278 out = subprocess.check_output(find_cmd, shell=True)
Dmodule_finder_unittest.py73 def classoutside_side_effect(find_cmd, shell=False): argument
75 search_dir = SEARCH_DIR_RE.match(find_cmd).group(1).strip()