Lines Matching refs:path
55 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
56 if os.path.exists(prebuilt_path):
61 ofile = open(os.path.join(OPTIONS.input_tmp,"SYSTEM",fn), "w")
89 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "vendor.img")
90 if os.path.exists(prebuilt_path):
118 os.symlink(os.path.join(input_dir, what.upper()),
119 os.path.join(input_dir, what))
138 fs_config = os.path.join(
140 if not os.path.exists(fs_config): fs_config = None
142 fc_config = os.path.join(input_dir, "BOOT/RAMDISK/file_contexts")
143 if not os.path.exists(fc_config): fc_config = None
145 succ = build_image.BuildImage(os.path.join(input_dir, what),
158 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "userdata.img")
159 if os.path.exists(prebuilt_path):
177 user_dir = os.path.join(temp_dir, "data")
197 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "cache.img")
198 if os.path.exists(prebuilt_path):
214 user_dir = os.path.join(temp_dir, "cache")
248 OPTIONS.info_dict["selinux_fc"] = os.path.join(
259 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", "boot.img")
261 if os.path.exists(prebuilt_path):
274 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", "recovery.img")
275 if os.path.exists(prebuilt_path):