Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils_unittest.py122 self, test_finder_utils.extract_test_path(uc.FIND_ONE), path)
125 self, test_finder_utils.extract_test_path(FIND_TWO), path)
134 self, test_finder_utils.extract_test_path(uc.FIND_ONE), path)
138 self, test_finder_utils.extract_test_path(FIND_TWO), path)
Dtest_finder_utils.py209 def extract_test_path(output, is_native_test=False): function
351 return extract_test_path(out, True)
352 return extract_test_path(out)