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
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",
variable
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)
[
all
...]
/build/core/
Makefile
422
tmp_dir_for_image := $(call intermediates-dir-for,EXECUTABLES,
boot_img
)/bootimg
[
all
...]
Completed in 284 milliseconds