Searched refs:dest_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 229 self.PrepareDownloadDestination(src_dir, dest_dir) 233 dest_dir, 264 def UploadDir(self, src_dir, dest_dir): argument 286 dest_dir, src_file_path.replace(src_dir, src_basedir))
|
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 | 542 dest_dir, argument 558 logging.info('Moving %s to %s', src_dir, dest_dir) 560 logging.info('Moving %s* to %s', src_dir, dest_dir) 566 dest_corpus = self._GetFilePaths(dest_dir, test_name, src_corpus)
|