Searched refs:extract_test_path (Results 1 – 2 of 2) sorted by relevance
| /tools/tradefederation/core/atest/test_finders/ |
| D | test_finder_utils_unittest.py | 122 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)
|
| D | test_finder_utils.py | 209 def extract_test_path(output, is_native_test=False): function 351 return extract_test_path(out, True) 352 return extract_test_path(out)
|