Home | History | Annotate | Download | only in releasetools

Lines Matching refs:boot_img

348 def MakeRecoveryPatch(input_tmp, output_zip, recovery_img, boot_img):
356 recovery_img and boot_img should be File objects for the
373 d = common.Difference(recovery_img, boot_img, diff_program=diff_program)
388 """ % { 'boot_size': boot_img.size,
389 'boot_sha1': boot_img.sha1,
450 boot_img = common.GetBootableImage("boot.img", "boot.img",
454 MakeRecoveryPatch(OPTIONS.input_tmp, output_zip, recovery_img, boot_img)
459 common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
460 boot_img.data)