Searched refs:results_destination (Results 1 – 2 of 2) sorted by relevance
230 def get_test_result_xml_path(results_destination): argument237 for dir in os.listdir(results_destination):238 result_dir = os.path.join(results_destination, dir)
1022 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),