Lines Matching refs:exists
35 if os.path.exists(build_scripts):
73 if not os.path.exists(target_dir):
78 if os.path.exists(os.path.join(target_dir, "daily_build.log")):
80 if os.path.exists(os.path.join(target_dir, "manifest_tag.xml")):
89 if os.path.exists(sdk_unzip_dir):
115 if not os.path.exists(default_save_path):
147 if os.path.exists(os.path.join(default_save_path, product_name)):
148 print('{} already exists. Please backup or delete it first! Download canceled!'.format(
152 if product['obsPath'] and os.path.exists(default_save_path):
162 if os.path.exists(os.path.join(save_path2, os.path.basename(download_url))):