Searched refs:PathExists (Results 301 - 325 of 426) sorted by relevance

<<1112131415161718

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_backup_rollback_test.cc194 ASSERT_FALSE(base::PathExists(
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc206 if (!base::PathExists(shortcut_file.DirName()) &&
/external/chromium_org/chrome/browser/ui/webui/
H A Dnacl_ui.cc346 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) {
/external/chromium_org/chrome/common/extensions/
H A Dmanifest_url_handler.cc245 if (path.empty() || !base::PathExists(path)) {
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc302 if (base::PathExists(app_ini_file)) {
/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc160 bool symlink_exists = base::PathExists(symlink_path);
/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences.cc101 if (base::PathExists(prefs_path) &&
/external/chromium_org/chrome/renderer/
H A Dchrome_render_process_observer.cc283 base::PathExists(pdf)) {
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor_unittest.cc104 EXPECT_TRUE(base::PathExists(chrome_path));
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc80 if (!base::PathExists(policy_path)) {
/external/chromium_org/components/search_engines/
H A Dtemplate_url_fetcher_unittest.cc127 ASSERT_TRUE(base::PathExists(osdd_full_path));
/external/chromium_org/extensions/common/
H A Dmanifest_test.cc26 EXPECT_TRUE(base::PathExists(manifest_path)) <<
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc69 if (base::PathExists(headers_path)) {
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc152 return base::PathExists(usage_file_path);
H A Dsandbox_origin_database.cc76 if (init_option == FAIL_IF_NONEXISTENT && !base::PathExists(db_path))
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc312 !base::PathExists(script_path)) {
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc658 base::PathExists(desktop_path.Append(shortcut_filename));
687 if (base::PathExists(path)) {
709 if (base::PathExists(base::FilePath(alternative_filepath))) {
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.cc1003 (use_in_memory_db || !base::PathExists(db_file_path_))) {
1196 DCHECK(base::PathExists(db_file_path_));
1207 if (base::PathExists(directory))
/external/chromium_org/sql/
H A Dconnection.cc560 return !base::PathExists(journal_path) &&
561 !base::PathExists(wal_path) &&
562 !base::PathExists(path);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc109 if (!base::PathExists(compressed_archive)) {
120 DCHECK(!base::PathExists(target));
155 if (base::PathExists(archive_helper->target())) {
936 if (base::PathExists(chrome_exe)) {
1448 !base::PathExists(uncompressed_archive)) {
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc59 if (!base::PathExists(dir))
H A Dkiosk_external_updater.cc40 if (!base::PathExists(manifest)) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.cc294 if (base::PathExists(cache_path)) {
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc233 if (!base::PathExists(local_path) ||
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.cc259 return base::PathExists(*file_path);

Completed in 2487 milliseconds

<<1112131415161718