Searched refs:files_to_copy (Results 1 – 4 of 4) sorted by relevance
192 files_to_copy = set()203 files_to_copy.add(f)224 files_to_copy.remove(output_file)227 for f in files_to_copy:
1030 files_to_copy = []1048 files_to_copy.append((fullpath, fullpath_output))1080 for input_path, output_path in files_to_copy:
434 files_to_copy = [(instance.log_file,440 for remote_file, local_file in files_to_copy:
121 def CopyFilesTo(self, dest_dir, files_to_copy): argument123 for file_to_copy in files_to_copy: