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
315
def MakeRecoveryPatch(output_zip, recovery_img,
boot_img
):
323
recovery_img and
boot_img
should be File objects for the
331
d = common.Difference(recovery_img,
boot_img
)
346
""" % { 'boot_size':
boot_img
.size,
347
'boot_sha1':
boot_img
.sha1,
403
boot_img
= common.GetBootableImage("boot.img", "boot.img",
407
MakeRecoveryPatch(output_zip, recovery_img,
boot_img
)
412
common.CheckSize(
boot_img
.data, "boot.img", OPTIONS.info_dict)
413
common.ZipWriteStr(output_zip, "boot.img",
boot_img
.data)
/build/core/
Makefile
381
tmp_dir_for_image := $(call intermediates-dir-for,EXECUTABLES,
boot_img
)/bootimg
[
all
...]
Completed in 188 milliseconds