Searched refs:src_dir (Results 1 – 3 of 3) sorted by relevance
/test/vts/utils/python/gcs/ |
D | gcs_api_utils.py | 190 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 …]
|
D | gcs_api_utils_test.py | 64 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/ |
D | corpus_manager.py | 541 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)
|