/build/make/tools/releasetools/ |
img_from_target_files | 49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"), 74 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0]) 80 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES") 102 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp) 105 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT") 111 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY") 135 shutil.rmtree(OPTIONS.input_tmp)
|
img_from_target_files.py | 49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"), 74 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0]) 80 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES") 102 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp) 105 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT") 111 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY") 135 shutil.rmtree(OPTIONS.input_tmp)
|
add_img_to_target_files | 120 img = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system.img") 126 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w") 132 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img, 135 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system.map") 136 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system", img, 146 img = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system_other.img") 152 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system_other", img) 159 img = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "vendor.img") 164 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "vendor.map") 165 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "vendor", img [all...] |
add_img_to_target_files.py | 120 img = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system.img") 126 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w") 132 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img, 135 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system.map") 136 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system", img, 146 img = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system_other.img") 152 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system_other", img) 159 img = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "vendor.img") 164 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "vendor.map") 165 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "vendor", img [all...] |
ota_from_target_files | 248 OPTIONS.input_tmp, "IMAGES", recovery_two_step_img_name) 252 OPTIONS.input_tmp, "RECOVERY") 400 input_tmp=OPTIONS.input_tmp, 436 OPTIONS.input_tmp, "RECOVERY") 486 system_tgt = GetImage("system", OPTIONS.input_tmp) 492 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT") 497 vendor_tgt = GetImage("vendor", OPTIONS.input_tmp) [all...] |
ota_from_target_files.py | 248 OPTIONS.input_tmp, "IMAGES", recovery_two_step_img_name) 252 OPTIONS.input_tmp, "RECOVERY") 400 input_tmp=OPTIONS.input_tmp, 436 OPTIONS.input_tmp, "RECOVERY") 486 system_tgt = GetImage("system", OPTIONS.input_tmp) 492 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT") 497 vendor_tgt = GetImage("vendor", OPTIONS.input_tmp) [all...] |
common.py | 500 os.path.basename(OPTIONS.input_tmp)) [all...] |