HomeSort by relevance Sort by last modified time
    Searched refs:input_tmp (Results 1 - 5 of 5) sorted by null

  /build/tools/releasetools/
img_from_target_files 54 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
79 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
85 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
112 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
115 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
119 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
143 shutil.rmtree(OPTIONS.input_tmp)
img_from_target_files.py 54 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
79 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
85 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
112 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
115 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
119 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
143 shutil.rmtree(OPTIONS.input_tmp)
add_img_to_target_files 53 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
71 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
99 # os.path.join(OPTIONS.input_tmp, "system"))
198 OPTIONS.input_tmp, input_zip = common.UnzipTemp(filename)
214 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
225 "IMAGES/boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
231 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
add_img_to_target_files.py 53 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
71 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
99 # os.path.join(OPTIONS.input_tmp, "system"))
198 OPTIONS.input_tmp, input_zip = common.UnzipTemp(filename)
214 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
225 "IMAGES/boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
231 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
ota_from_target_files 491 input_tmp=OPTIONS.input_tmp,
526 OPTIONS.input_tmp, "RECOVERY")
566 system_tgt = GetImage("system", OPTIONS.input_tmp, OPTIONS.info_dict)
581 OPTIONS.input_tmp, "BOOT")
588 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink,
599 vendor_tgt = GetImage("vendor", OPTIONS.input_tmp, OPTIONS.info_dict)
    [all...]

Completed in 2579 milliseconds