Lines Matching refs:path
91 if not os.path.exists(package_name_path):
95 create_file(os.path.join(package_name_path, "system.img"),
107 create_file(os.path.join(package_name_path, "vendor.img"),
110 create_file(os.path.join(package_name_path, "updater_binary"),
114 create_file(os.path.join(package_name_path, "uImage"),
116 create_file(os.path.join(package_name_path, "updater.img"),
118 create_file(os.path.join(package_name_path, "updater_b.img"),
120 create_file(os.path.join(package_name_path, "updater_uImage"),
124 if not os.path.exists(updater_config_path):
126 create_file(os.path.join(updater_config_path, "BOARD.list"),
129 create_file(os.path.join(updater_config_path, "VERSION.mbn"),
147 os.path.join(updater_config_path, "updater_specified_config.xml"),
160 package_zip.write(os.path.join(home, each_file_name))
162 package_zip.write(os.path.join(home, each_dir_name))
211 if os.path.exists("./%s" % package_name):
213 if os.path.exists("./%s.zip" % package_name):
215 if os.path.exists("./partition_file.xml"):
217 if os.path.exists("./rsa_private_key2048.pem"):