Home
last modified time | relevance | path

Searched refs:dest_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
186 blob.download_to_filename(dest_file_path)
188 dest_file_path)
232 dest_file_path = os.path.join(
238 self.DownloadFile(src_file_path, dest_file_path)
247 def UploadFile(self, src_file_path, dest_file_path): argument
260 blob = bucket.blob(dest_file_path)
262 logging.info('File %s uploaded to %s.', src_file_path, dest_file_path)
285 dest_file_path = os.path.join(
287 self.UploadFile(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/fuzzer/
Dcorpus_manager.py191 dest_file_path = os.path.join(local_dest_folder,
195 dest_file_path)
236 dest_file_path = os.path.join(local_dest_folder,
238 self._gcs_api_utils.DownloadFile(target_seed, dest_file_path)