Searched refs:files_to_copy (Results 1 – 7 of 7) 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:
80 files_to_copy = CalcInputs(arglist)92 CopyFiles(files_to_copy, options.output_dir)
1018 files_to_copy = []1034 files_to_copy.append((fullpath, fullpath_output))1066 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:
122 def CopyFilesTo(self, dest_dir, files_to_copy): argument124 for file_to_copy in files_to_copy: