OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_img
(Results
1 - 2
of
2
) sorted by null
/build/tools/releasetools/
ota_from_target_files
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
common.ZipWriteStr(output_zip, "boot.img",
boot_img
.data)
[
all
...]
/build/core/
Makefile
422
tmp_dir_for_image := $(call intermediates-dir-for,EXECUTABLES,
boot_img
)/bootimg
[
all
...]
Completed in 66 milliseconds