Home | History | Annotate | Download | only in releasetools

Lines Matching refs:OPTIONS

49 OPTIONS = common.OPTIONS
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")
103 OPTIONS.info_dict = common.LoadInfoDict(input_zip)
110 if "selinux_fc" in OPTIONS.info_dict:
111 OPTIONS.info_dict["selinux_fc"] = os.path.join(
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)