Searched refs:WriteBootloader (Results 1 – 4 of 4) sorted by relevance
/device/asus/fugu/ |
D | releasetools.py | 32 def WriteBootloader(info, bootloader): function 85 WriteBootloader(info, bootloader_img) 100 WriteBootloader(info, target_bootloader_img)
|
/device/huawei/angler/ |
D | releasetools.py | 106 WriteBootloader(info, bootloader_img) 147 WriteBootloader(info, target_bootloader_img) 186 return WriteBootloader(info, target_imagefile.data) 205 WriteBootloader(info, target_imagefile.data, blacklist) 310 def WriteBootloader(info, bootloader, blacklist=None): function
|
/device/moto/shamu/ |
D | releasetools.py | 86 WriteBootloader(info, bootloader_img) 128 WriteBootloader(info, target_bootloader_img) 170 return WriteBootloader(info, target_imagefile.data) 187 WriteBootloader(info, target_imagefile.data, blacklist) 270 def WriteBootloader(info, bootloader, blacklist = DEFAULT_BOOTLOADER_OTA_BLACKLIST): function
|
/device/lge/bullhead/ |
D | releasetools.py | 34 WriteBootloader(info, bootloader_img) 73 WriteBootloader(info, target_bootloader_img) 180 def WriteBootloader(info, bootloader): function
|