Searched refs:results_path (Results 1 – 2 of 2) sorted by relevance
/test/framework/harnesses/host_controller/command_processor/ |
D | command_retry.py | 172 results_path = os.path.join(tools_path, common._RESULTS_BASE_PATH) 178 args.result_from_gcs, results_path) 183 result for result in os.listdir(results_path) 184 if os.path.isdir(os.path.join(results_path, result)) 185 and not os.path.islink(os.path.join(results_path, result)) 204 results_path, unzipped_result_dir, common._TEST_RESULT_XML) 207 latest_result_xml_path = os.path.join(results_path, "latest", 211 results_path, former_results[-1], 274 for result in os.listdir(results_path): 275 new_result = os.path.join(results_path, result) [all …]
|
D | command_upload.py | 175 def UploadReport(self, gsutil_path, report_path, log_path, results_path, argument 204 result for result in os.listdir(results_path) 205 if os.path.isdir(os.path.join(results_path, result)) 206 and not os.path.islink(os.path.join(results_path, result)) 215 latest_result_xml_path = os.path.join(results_path, latest_result,
|