Searched refs:src_path (Results 1 – 5 of 5) sorted by relevance
| /test/vts/utils/python/reporting/ |
| D | report_file_utils.py | 88 src_path, argument 108 dir_path = os.path.dirname(src_path) 110 relative_path = os.path.basename(src_path) 133 def _PushReportFile(self, src_path, dest_path): argument 140 logging.info('Uploading log %s to %s.', src_path, dest_path) 142 src_path = NotNoneStr(src_path) 151 shutil.copy(src_path, dest_path) 153 def _PushReportFileGcs(self, src_path, dest_path): argument 164 logging.info('Uploading log %s to %s.', src_path, dest_path) 166 src_path = NotNoneStr(src_path) [all …]
|
| D | report_file_utils_test.py | 34 def simple_PushReportFileGcs(src_path, dest_path): argument 85 src_path = "dir1/dir1_1/dir_1_1_1/file1" 89 src_path=src_path, 96 os.path.relpath(os.path.dirname(src_path), root_dir), 97 os.path.basename(src_path))) 103 os.path.relpath(os.path.dirname(src_path), root_dir), 104 os.path.basename(src_path)))) 115 src_path = "dir1/dir1_1/dir_1_1_1/file1" 119 src_path=src_path, 123 self.assertEqual(dest_path, os.path.basename(src_path)) [all …]
|
| /test/framework/harnesses/host_controller/command_processor/ |
| D | command_sheet.py | 133 src_path = self.console.FormatString(args.src) 157 src_path = _GetResultAsXml(src_path, os.path.join(temp_dir, "src")) 158 if not src_path: 161 with open(src_path, "r") as src_file:
|
| D | command_upload.py | 117 for src_path in src_path_list_tmp: 118 file_path = src_path.strip()
|
| /test/vts/runners/adapters/acts/ |
| D | acts_adapter.py | 106 src_path=self.test_path)
|