Lines Matching refs:os
54 import os
72 image_path = os.path.join(OPTIONS.product_out_framework, "%s.img" % image)
73 symlink_path = os.path.join(OPTIONS.product_out_vendor, "%s.img" % image)
74 if os.path.exists(symlink_path):
75 if os.path.islink(symlink_path):
76 os.remove(symlink_path)
80 os.symlink(image_path, symlink_path)
85 os.path.join(OPTIONS.product_out_framework, "misc_info.txt"))
87 os.path.join(OPTIONS.product_out_vendor, "misc_info.txt"))
100 output_super_empty_path = os.path.join(OPTIONS.product_out_vendor,
109 os.path.join(OPTIONS.product_out_framework, "misc_info.txt"))
111 os.path.join(OPTIONS.product_out_vendor, "misc_info.txt"))
120 partition_path = os.path.join(OPTIONS.product_out_vendor,
122 if os.path.exists(partition_path):
132 partitions[partition] = os.path.join(OPTIONS.product_out_vendor,
140 output_vbmeta_path = os.path.join(OPTIONS.product_out_vendor, "vbmeta.img")