Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py767 backup_file_path = FIREWALL_CUSTOM_OPTION_PATH+".backup"
768 if not self.file_exists(backup_file_path):
770 backup_file_path))
776 backup_file_path = FIREWALL_CUSTOM_OPTION_PATH+".backup"
777 if self.file_exists(backup_file_path):
778 self.ssh.run("mv %s %s" % (backup_file_path,
781 self.log.debug("Did not find %s" % backup_file_path)
/aosp_15_r20/external/vboot_reference/scripts/image_signing/
H A Dmake_dev_ssd.sh360 local backup_file_path="$FLAGS_backup_dir/$backup_file_name"
362 cp -f "$old_blob" "$backup_file_path"; then
363 info "Backup of ${name} is stored in: ${backup_file_path}"