Lines Matching refs:exists
109 if not os.path.exists(source):
122 if not os.path.exists(dest_dir):
145 if not os.path.exists(symlink_dest_file):
154 if not os.path.exists(os.path.dirname(symlink_dest_file)):
156 if not os.path.exists(symlink_dest_file):
161 if os.path.exists(dest_file):
219 if os.path.exists(system_install_base_dir):
226 if os.path.exists(vendor_install_base_dir):
232 if os.path.exists(eng_system_install_base_dir):
238 if os.path.exists(eng_chipset_install_base_dir):
244 if os.path.exists(sys_prod_install_base_dir):
250 if os.path.exists(chip_prod_install_base_dir):
256 if os.path.exists(updater_install_base_dir):
262 if os.path.exists(updater_vendor_install_base_dir):
268 if os.path.exists(ramdisk_install_base_dir):
280 if os.path.exists(args.system_image_zipfile):