Home | History | Annotate | Download | only in releasetools

Lines Matching refs:input_tmp

68     os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
69 os.path.join(OPTIONS.input_tmp, "system"))
73 # os.path.join(OPTIONS.input_tmp, "system"))
83 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "system"),
113 if not os.path.exists(os.path.join(OPTIONS.input_tmp, "vendor")):
114 if os.path.exists(os.path.join(OPTIONS.input_tmp, "VENDOR")):
115 os.symlink(os.path.join(OPTIONS.input_tmp, "VENDOR"),
116 os.path.join(OPTIONS.input_tmp, "vendor"))
118 os.mkdir(os.path.join(OPTIONS.input_tmp, "vendor"))
125 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "vendor"),
201 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
229 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
237 OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.input_tmp, "BOOT", "RAMDISK",
243 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT").AddToZip(output_zip)
245 "recovery.img", "recovery.img", OPTIONS.input_tmp,
257 shutil.rmtree(OPTIONS.input_tmp)