Searched refs:huawei_boot_image (Results 1 – 1 of 1) sorted by relevance
/device/huawei/angler/ |
D | releasetools.py | 266 huawei_boot_image = HuaweiBootImage(radio_img, "radio") 270 WriteHuaweiBootPartitionImages(info, huawei_boot_image) 273 def WriteHuaweiBootPartitionImages(info, huawei_boot_image, blacklist=None): argument 276 WriteGroupedImages(info, huawei_boot_image.name, 277 huawei_boot_image.unpacked_images.values(), blacklist) 315 huawei_boot_image = HuaweiBootImage(bootloader, "bootloader") 330 WriteHuaweiBootPartitionImages(info, huawei_boot_image, blacklist)
|