Home
last modified time | relevance | path

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

/external/autotest/server/cros/tradefed/
Dtradefed_utils.py230 def get_test_result_xml_path(results_destination): argument
237 for dir in os.listdir(results_destination):
238 result_dir = os.path.join(results_destination, dir)
Dtradefed_test.py1022 results_destination = self._default_tradefed_base_dir()
1023 logs_destination = os.path.join(results_destination, 'logs')
1025 (os.path.join(self._repository, 'results'), results_destination),