Lines Matching refs:boot_img
354 def MakeRecoveryPatch(input_tmp, output_zip, recovery_img, boot_img):
362 recovery_img and boot_img should be File objects for the
379 d = common.Difference(recovery_img, boot_img, diff_program=diff_program)
394 """ % { 'boot_size': boot_img.size,
395 'boot_sha1': boot_img.sha1,
496 boot_img = common.GetBootableImage("boot.img", "boot.img",
498 MakeRecoveryPatch(OPTIONS.input_tmp, output_zip, recovery_img, boot_img)
503 common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
504 common.ZipWriteStr(output_zip, "boot.img", boot_img.data)