Lines Matching full:join
48 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
54 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
80 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "vendor.img")
107 os.symlink(os.path.join(input_dir, what.upper()),
108 os.path.join(input_dir, what))
112 # os.path.join(OPTIONS.input_tmp, "system"))
127 fs_config = os.path.join(
132 fc_config = os.path.join(input_dir, "BOOT/RAMDISK/file_contexts")
144 image_props["ramdisk_dir"] = os.path.join(input_dir, "BOOT/RAMDISK")
145 image_props["ramdisk_fs_config"] = os.path.join(
148 succ = build_image.BuildImage(os.path.join(input_dir, what),
158 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "userdata.img")
177 user_dir = os.path.join(temp_dir, "data")
197 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "cache.img")
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")
274 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", "recovery.img")