Searched refs:backup_dir (Results 1 – 1 of 1) sorted by relevance
440 def FixPatch(backup_dir, fname, series, commit): argument465 if backup_dir:466 shutil.copy(fname, os.path.join(backup_dir, os.path.basename(fname)))480 backup_dir = None #tempfile.mkdtemp('clean-patch')485 result = FixPatch(backup_dir, fname, series, commit)