Home
last modified time | relevance | path

Searched refs:backup_dir (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py440 def FixPatch(backup_dir, fname, series, commit): argument
465 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)