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 371 input_tmp=OPTIONS.input_tmp,
400 OPTIONS.input_tmp, "BOOT")
402 OPTIONS.input_tmp, "RECOVERY")
775 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
777 OPTIONS.target_tmp = OPTIONS.input_tmp

Completed in 34 milliseconds