Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dpatchstream.py439 def FixPatch(backup_dir, fname, series, commit): argument
464 if backup_dir:
465 shutil.copy(fname, os.path.join(backup_dir, os.path.basename(fname)))
479 backup_dir = None #tempfile.mkdtemp('clean-patch')
484 result = FixPatch(backup_dir, fname, series, commit)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf144 backup_dir = "/etc/lvm/backup"
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm1173 my $backup_dir = &getGlobal('BDIR', "backup");
1174 my $backup_file = $backup_dir . $original_file;
1193 unless ( -d ($backup_dir . $directory) ) {
1194 mkpath(( $backup_dir . $directory),0,0700);