Home
last modified time | relevance | path

Searched refs:src_file_path (Results 1 – 3 of 3) sorted by relevance

/test/vts/utils/python/gcs/
Dgcs_api_utils.py169 def DownloadFile(self, src_file_path, dest_file_path): argument
185 blob = bucket.blob(src_file_path)
187 logging.info('File %s downloaded to %s.', src_file_path,
231 for src_file_path in filelist:
236 os.path.basename(src_file_path)))
238 self.DownloadFile(src_file_path, dest_file_path)
241 src_file_path)
247 def UploadFile(self, src_file_path, dest_file_path): argument
261 blob.upload_from_filename(src_file_path)
262 logging.info('File %s uploaded to %s.', src_file_path, dest_file_path)
[all …]
Dgcs_api_utils_test.py41 def simple_DownloadFile(src_file_path, dest_file_path): argument
45 def simple_UploadFile(src_file_path, dest_file_path): argument
/test/vts/utils/python/web/
Dweb_utils.py189 src_file_path, argument
227 src_file_path = os.path.relpath(src_file_path, git_project_path)
228 coverage.file_path = src_file_path