Home
last modified time | relevance | path

Searched refs:boot_img (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/releasetools/
Dmake_recovery_patch.py44 boot_img = common.GetBootableImage("boot.img", "boot.img",
47 if not recovery_img or not boot_img:
63 common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
Dadd_img_to_target_files.py268 def AddSystem(output_zip, recovery_img=None, boot_img=None): argument
293 recovery_img is not None and boot_img is not None):
296 boot_img, info_dict=OPTIONS.info_dict)
317 def AddVendor(output_zip, recovery_img=None, boot_img=None): argument
342 recovery_img is not None and boot_img is not None):
345 boot_img, info_dict=OPTIONS.info_dict)
Dnon_ab_ota.py234 boot_img = common.GetBootableImage(
236 common.CheckSize(boot_img.data, "boot.img", target_info)
237 common.ZipWriteStr(output_zip, "boot.img", boot_img.data)
Dcommon.py1063 boot_img = ExtractFromInputFile(input_file, image_path)
1067 prop_file = GetBootImageBuildProp(boot_img, ramdisk_format=ramdisk_format)
3766 def MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img, argument
3821 d = Difference(recovery_img, boot_img, diff_program=diff_program)
3868 """ % {'boot_size': boot_img.size,
3869 'boot_sha1': boot_img.sha1,
4106 def GetBootImageBuildProp(boot_img, ramdisk_format=RamdiskFormat.LZ4): argument
4119 boot_img, '--out', tmp_dir])
4158 def GetBootImageTimestamp(boot_img): argument
4170 prop_file = GetBootImageBuildProp(boot_img)
Dsign_target_files_apks.py1435 boot_img = "IMAGES/boot.img"
1437 common.ZipWrite(output_zip, os.path.join(vendor_tempdir, boot_img), boot_img)
/build/make/core/
DMakefile1438 $(UNPACK_BOOTIMG) --boot_img $(INTERNAL_PREBUILT_BOOTIMAGE) --out $(PRIVATE_WORKING_DIR)
5302 …$(HOST_OUT_EXECUTABLES)/unpack_bootimg --boot_img $(INSTALLED_BOOTIMAGE_TARGET) --out $(PRIVATE_UN…