Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf144 backup_dir = "/etc/lvm/backup"