Home | History | Annotate | Download | only in releasetools

Lines Matching refs:recovery_img

1123 def MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img,
1132 recovery_img and boot_img should be File objects for the
1149 d = Difference(recovery_img, boot_img, diff_program=diff_program)
1170 'recovery_size': recovery_img.size,
1171 'recovery_sha1': recovery_img.sha1,