Home | History | Annotate | Download | only in releasetools

Lines Matching refs:OPTIONS

46 OPTIONS = common.OPTIONS
53 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
71 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
99 # os.path.join(OPTIONS.input_tmp, "system"))
134 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
152 fstab = OPTIONS.info_dict["fstab"]
158 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
168 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
184 fstab = OPTIONS.info_dict["fstab"]
190 common.CheckSize(img.name, "cache.img", OPTIONS.info_dict)
198 OPTIONS.input_tmp, input_zip = common.UnzipTemp(filename)
211 OPTIONS.info_dict = common.LoadInfoDict(input_zip)
212 if "selinux_fc" in OPTIONS.info_dict:
213 OPTIONS.info_dict["selinux_fc"] = os.path.join(
214 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
225 "IMAGES/boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
231 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")