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

  /build/tools/releasetools/
img_from_target_files 127 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
128 os.path.join(OPTIONS.input_tmp, "system"))
132 # os.path.join(OPTIONS.input_tmp, "system"))
142 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "system"),
156 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
184 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
190 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT").AddToZip(output_zip)
192 "recovery.img", "recovery.img", OPTIONS.input_tmp,
203 shutil.rmtree(OPTIONS.input_tmp)
ota_from_target_files 311 def MakeRecoveryPatch(input_tmp, output_zip, recovery_img, boot_img):
328 path = os.path.join(input_tmp, "SYSTEM", "etc", "recovery-resource.dat")
384 input_tmp=OPTIONS.input_tmp,
413 OPTIONS.input_tmp, "BOOT")
415 OPTIONS.input_tmp, "RECOVERY")
416 MakeRecoveryPatch(OPTIONS.input_tmp, output_zip, recovery_img, boot_img)
788 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
790 OPTIONS.target_tmp = OPTIONS.input_tmp

Completed in 30 milliseconds