/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | main.py | 43 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/ |
D | untabify.py | 37 backup = filename + "~" 39 os.unlink(backup) 43 os.rename(filename, backup)
|
D | fixnotice.py | 104 backup = file + ".bak" 108 os.rename(file, backup)
|
D | ftpmirror.py | 381 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/ |
D | fileinput.py | 91 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/ |
D | fileinput.py | 91 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/ |
D | LearnedCapacityBackupRestore.cpp | 112 bool backup = false; in UpdateAndSave() local 118 backup = true; in UpdateAndSave() 126 if (backup) in UpdateAndSave()
|
/device/google/wahoo/health/ |
D | CycleCountBackupRestore.cpp | 112 bool backup = false; in UpdateAndSave() local 120 backup = true; in UpdateAndSave() 125 if (backup) in UpdateAndSave()
|
/device/google/marlin/health/ |
D | CycleCountBackupRestore.cpp | 112 bool backup = false; in UpdateAndSave() local 120 backup = true; in UpdateAndSave() 125 if (backup) in UpdateAndSave()
|
/device/sample/products/ |
D | backup_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
|
/device/google/crosshatch/ |
D | init.recovery.hardware.rc | 10 write /sys/devices/virtual/thermal/tz-by-name/backup-charge/mode enabled
|
D | init.hardware.rc | 40 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/ |
D | IFWIStitch.bat | 171 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/ |
D | init.recovery.hardware.rc | 18 write /sys/devices/virtual/thermal/tz-by-name/backup-charge/mode enabled
|
D | init.hardware.rc | 41 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/ |
D | cvslib.py | 281 self.backup(file) 284 def backup(self, file): member in CVS
|
/device/linaro/hikey/ |
D | device-common.mk | 204 …orks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android…
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | services | 425 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/ |
D | filesmap | 46 # filename + .bak backup partition
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | README | 49 readers, music players, backup programs, etc.
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.dec | 453 ## 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/ |
D | init.hardware.rc | 205 # for android.hardware.health@2.0-service.marlin cycle count backup
|
/device/google/marlin/ |
D | init.common.rc | 115 # for android.hardware.health@2.0-service.marlin cycle count backup
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
D | Readme.md | 506 backup copy and edit the GRUB configuration file.
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 4751 // backup the old screen attributes 4966 // backup the old screen attributes 5550 // backup the old screen attributes 5973 // backup the old screen attributes
|