Lines Matching refs:exists
88 if not os.path.exists(path):
96 if os.path.exists(path):
104 if not options.dryrun and os.path.exists(target):
108 if os.path.exists(source):
116 if not options.dryrun and os.path.exists(target):
120 if os.path.exists(source):
128 return os.path.exists(os.path.join(path, '.git'))
195 elif os.path.exists(src):
215 if temporary and os.path.exists(archive_path):
221 if os.path.exists(path):
277 if os.path.exists(patch_file + ".patch"):
499 if not os.path.exists(update_path):
516 if os.path.exists(out_file):
1075 if options.fastupdate and os.path.exists(cef_src_dir):
1101 if not os.path.exists(depot_tools_dir):
1132 if options.dryrun and not os.path.exists(git_exe):
1147 if options.forceclean and os.path.exists(cef_dir):
1151 if os.path.exists(cef_dir) and not is_git_checkout(cef_dir):
1160 if not options.nocefupdate and os.path.exists(cef_dir):
1182 if not options.nocefupdate and not os.path.exists(cef_dir):
1190 if not options.nocefupdate and os.path.exists(cef_dir):
1238 if options.forceclean and os.path.exists(out_dir):
1257 if not os.path.exists(gclient_file) or options.forceconfig:
1288 if not options.nochromiumupdate and not os.path.exists(chromium_src_dir):
1299 if os.path.exists(chromium_src_dir):
1304 if not options.nochromiumupdate and os.path.exists(chromium_src_dir):
1323 if not options.nochromiumupdate and os.path.exists(chromium_src_dir):
1336 if cef_dir != cef_src_dir and os.path.exists(cef_src_dir):
1346 if options.forceclean and os.path.exists(out_src_dir):
1351 if os.path.exists(out_src_dir):
1395 elif os.path.exists(cef_dir) and not os.path.exists(cef_src_dir):
1400 out_src_dir_exists = os.path.exists(out_src_dir)
1401 if os.path.exists(out_dir) and not out_src_dir_exists:
1419 if os.path.exists(out_file):
1431 if os.path.exists(out_file):
1449 not os.path.exists(os.path.join(cef_src_dir, 'BUILD.gn')):
1490 if os.path.exists(os.path.join(chromium_src_dir, build_path)):
1511 if os.path.exists(os.path.join(chromium_src_dir, build_path)):
1547 if os.path.exists(test_path):
1555 if os.path.exists(test_path):