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

  /build/tools/releasetools/
img_from_target_files 47 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
72 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
78 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
98 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
101 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
107 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
131 shutil.rmtree(OPTIONS.input_tmp)
img_from_target_files.py 47 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
72 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
78 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
98 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
101 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
107 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
131 shutil.rmtree(OPTIONS.input_tmp)
add_img_to_target_files 67 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
73 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
79 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img,
83 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
100 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system_other.img")
105 imgname = BuildSystemOther(OPTIONS.input_tmp, OPTIONS.info_dict)
118 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "vendor.img")
124 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
151 # os.path.join(OPTIONS.input_tmp, "system"))
200 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "userdata.img"
    [all...]
add_img_to_target_files.py 67 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
73 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
79 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img,
83 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
100 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system_other.img")
105 imgname = BuildSystemOther(OPTIONS.input_tmp, OPTIONS.info_dict)
118 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "vendor.img")
124 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
151 # os.path.join(OPTIONS.input_tmp, "system"))
200 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "userdata.img"
    [all...]
ota_from_target_files 569 input_tmp=OPTIONS.input_tmp,
607 OPTIONS.input_tmp, "RECOVERY")
654 system_tgt = GetImage("system", OPTIONS.input_tmp, OPTIONS.info_dict)
669 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
676 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink,
687 vendor_tgt = GetImage("vendor", OPTIONS.input_tmp, OPTIONS.info_dict)
    [all...]
ota_from_target_files.py 569 input_tmp=OPTIONS.input_tmp,
607 OPTIONS.input_tmp, "RECOVERY")
654 system_tgt = GetImage("system", OPTIONS.input_tmp, OPTIONS.info_dict)
669 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
676 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink,
687 vendor_tgt = GetImage("vendor", OPTIONS.input_tmp, OPTIONS.info_dict)
    [all...]

Completed in 57 milliseconds