Home
last modified time | relevance | path

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

/test/vts/utils/python/gcs/
Dgcs_api_utils.py190 def PrepareDownloadDestination(self, src_dir, dest_dir): argument
204 local_dest_folder = os.path.join(dest_dir, os.path.basename(src_dir))
209 def DownloadDir(self, src_dir, dest_dir): argument
227 if self.PrefixExists(src_dir):
229 self.PrepareDownloadDestination(src_dir, dest_dir)
230 filelist = self.ListFilesWithPrefix(src_dir)
235 os.path.basename(src_dir),
264 def UploadDir(self, src_dir, dest_dir): argument
279 if os.path.exists(src_dir):
281 src_basedir = os.path.basename(src_dir)
[all …]
Dgcs_api_utils_test.py64 def simple_PrepareDownloadDestination(src_dir, dest_dir): argument
65 return os.path.join(dest_dir, os.path.basename(src_dir))
/test/vts/utils/python/fuzzer/
Dcorpus_manager.py541 src_dir, argument
558 logging.info('Moving %s to %s', src_dir, dest_dir)
560 logging.info('Moving %s* to %s', src_dir, dest_dir)
563 src_corpus_dir = self._GetDirPaths(src_dir, test_name, local_temp_dir)