Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dmain.py43 backup = filename + ".bak"
44 if os.path.lexists(backup):
46 os.remove(backup)
48 self.log_message("Can't remove backup %s", backup)
50 os.rename(filename, backup)
52 self.log_message("Can't rename %s to %s", filename, backup)
57 shutil.copymode(backup, filename)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Duntabify.py37 backup = filename + "~"
39 os.unlink(backup)
43 os.rename(filename, backup)
Dfixnotice.py104 backup = file + ".bak"
108 os.rename(file, backup)
Dftpmirror.py381 backup = os.path.join(dir, fname + '~')
383 os.unlink(backup)
393 os.rename(filename, backup)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfileinput.py91 def input(files=None, inplace=0, backup="", bufsize=0, argument
102 _state = FileInput(files, inplace, backup, bufsize, mode, openhook)
196 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
209 self._backup = backup
404 backup = 0
408 if o == '-b': backup = a
409 for line in input(args, inplace=inplace, backup=backup):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfileinput.py91 def input(files=None, inplace=0, backup="", bufsize=0, argument
103 _state = FileInput(files, inplace, backup, bufsize, mode, openhook)
197 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
210 self._backup = backup
400 backup = 0
404 if o == '-b': backup = a
405 for line in input(args, inplace=inplace, backup=backup):
/device/google/bonito/health/
DLearnedCapacityBackupRestore.cpp112 bool backup = false; in UpdateAndSave() local
118 backup = true; in UpdateAndSave()
126 if (backup) in UpdateAndSave()
/device/google/wahoo/health/
DCycleCountBackupRestore.cpp112 bool backup = false; in UpdateAndSave() local
120 backup = true; in UpdateAndSave()
125 if (backup) in UpdateAndSave()
/device/google/marlin/health/
DCycleCountBackupRestore.cpp112 bool backup = false; in UpdateAndSave() local
120 backup = true; in UpdateAndSave()
125 if (backup) in UpdateAndSave()
/device/sample/products/
Dbackup_overlay.mk22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
/device/google/crosshatch/
Dinit.recovery.hardware.rc10 write /sys/devices/virtual/thermal/tz-by-name/backup-charge/mode enabled
Dinit.hardware.rc40 write /sys/devices/virtual/thermal/tz-by-name/backup-charge/mode enabled
254 # for cycle count backup
483 # FG cycle counts read from dumpstate + backup restore from health HAL
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
DIFWIStitch.bat171 REM Create a BIOS backup before Stitching
173 echo Creating backup of original BIOS rom.
223 echo /nB Do NOT backup BIOS.ROMs. (Default will backup to BIOS.ROM.Orig)
237 echo don't create backup, and add custom s…
/device/google/bonito/
Dinit.recovery.hardware.rc18 write /sys/devices/virtual/thermal/tz-by-name/backup-charge/mode enabled
Dinit.hardware.rc41 write /sys/devices/virtual/thermal/tz-by-name/backup-charge/mode enabled
178 # for cycle count backup
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcvslib.py281 self.backup(file)
284 def backup(self, file): member in CVS
/device/linaro/hikey/
Ddevice-common.mk204 …orks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android…
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices425 amanda 10080/tcp # amanda backup services
552 kamanda 10081/tcp # amanda backup services (Kerberos)
554 amandaidx 10082/tcp # amanda backup services
555 amidxtape 10083/tcp # amanda backup services
/device/google/marlin/radio/
Dfilesmap46 # filename + .bak backup partition
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME49 readers, music players, backup programs, etc.
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.dec453 ## This protocol is used to abstract the swap operation of boot block and backup block of boot FV.
457 …## This protocol is used to abstract the swap operation of boot block and backup block of boot FV …
633 # The default keyboard layout serves as the backup when no keyboard layout can be retrieved
/device/google/wahoo/
Dinit.hardware.rc205 # for android.hardware.health@2.0-service.marlin cycle count backup
/device/google/marlin/
Dinit.common.rc115 # for android.hardware.health@2.0-service.marlin cycle count backup
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DReadme.md506 backup copy and edit the GRUB configuration file.
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch4751 // backup the old screen attributes
4966 // backup the old screen attributes
5550 // backup the old screen attributes
5973 // backup the old screen attributes

12