Searched refs:PathExists (Results 176 - 200 of 426) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc213 EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
226 EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
259 EXPECT_FALSE(base::PathExists(index_path));
326 EXPECT_TRUE(base::PathExists(index_file_path));
/external/chromium_org/third_party/libjingle/overrides/
H A Dinit_webrtc.cc105 CHECK(base::PathExists(path)); // libpeerconnection itself is missing.
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api_test.cc269 ASSERT_FALSE(base::PathExists(selected_path));
286 ASSERT_TRUE(base::PathExists(selected_path));
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_pref_loader.cc34 if (!base::PathExists(external_extension_search_path)) {
160 if (!base::PathExists(json_file)) {
H A Dextension_browsertest.cc294 if (!base::PathExists(pem_path)) {
311 if (!base::PathExists(dir_path)) {
316 if (!base::PathExists(pem_path) && pem_out_path.empty()) {
332 if (!base::PathExists(crx_path)) {
H A Dexternal_registry_loader_win.cc141 if (!base::PathExists(extension_path)) {
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.cc236 return base::PathExists(new_chrome_exe);
243 if (!base::PathExists(new_chrome_exe))
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc166 if (base::PathExists(shortcut_file)) {
186 if (!base::PathExists(web_app_path) &&
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc154 if (!base::PathExists(file))
198 if (!base::PathExists(file))
356 if (base::PathExists(file)) {
362 if (!base::PathExists(file))
393 if (!base::PathExists(file))
429 if (!base::PathExists(file)) {
458 if (!base::PathExists(app_path)) {
537 if (!base::PathExists(search_json_file))
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc87 if (base::PathExists(install_path)) {
127 if (!base::PathExists(base_dir) && !base::CreateDirectory(base_dir)) {
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser_unittest.cc83 if (!base::PathExists(full_path_)) {
101 ASSERT_TRUE(base::PathExists(full_path));
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_frontend_unittest.cc164 EXPECT_TRUE(base::PathExists(temp_dir_.path()));
172 EXPECT_TRUE(base::PathExists(temp_dir_.path()));
180 //EXPECT_FALSE(base::PathExists(temp_dir_.path()));
/external/chromium_org/extensions/common/manifest_handlers/
H A Dbackground_info.cc278 if (!base::PathExists(
295 if (path.empty() || !base::PathExists(path)) {
/external/chromium_org/sql/test/
H A Dtest_helpers.cc221 if (base::PathExists(db_path) || !base::PathExists(sql_path))
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc118 } else if (!base::PathExists(target_path)) {
240 if (!base::PathExists(dst_path)) {
242 if (!base::PathExists(src_path))
260 if (base::PathExists(file_path))
272 if (!base::PathExists(xps_path)) {
/external/chromium_org/content/browser/fileapi/
H A Dnative_file_util_unittest.cc38 return base::PathExists(path) &&
62 EXPECT_TRUE(base::PathExists(file_name));
63 EXPECT_TRUE(NativeFileUtil::PathExists(file_name));
74 EXPECT_FALSE(base::PathExists(file_name));
75 EXPECT_FALSE(NativeFileUtil::PathExists(file_name));
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc580 EXPECT_FALSE(base::PathExists(temp_path()));
623 EXPECT_FALSE(base::PathExists(temp_path()));
647 EXPECT_FALSE(base::PathExists(temp_path()));
687 EXPECT_FALSE(base::PathExists(temp_path()));
728 EXPECT_FALSE(base::PathExists(temp_path()));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc640 if (!base::PathExists(filename_))
654 if (!base::PathExists(filename_))
730 if (base::PathExists(filename_))
1023 base::PathExists(filename_))
1101 base::PathExists(basename)) {
1108 base::PathExists(new_filename)) {
1118 if (base::PathExists(journal_filename))
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc123 if (base::PathExists(from_path))
172 if (!base::PathExists(dir))
176 if (!base::PathExists(dir))
180 if (!base::PathExists(dir))
184 if (!base::PathExists(dir))
297 downloaded_exists_ = base::PathExists(path_downloaded_);
298 rescaled_small_exists_ = base::PathExists(path_rescaled_small_);
299 rescaled_large_exists_ = base::PathExists(path_rescaled_large_);
752 if (base::PathExists(path))
1092 if (!base::PathExists(wallpaper_pat
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddefault_app_order.cc63 if (!base::PathExists(path))
H A Ddefault_app_order_unittest.cc107 ASSERT_FALSE(base::PathExists(none_existent_file));
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Duser_manager_unittest.cc44 if (!base::PathExists(file_path)) {
/external/chromium_org/chrome/browser/diagnostics/
H A Dsqlite_diagnostics.cc81 if (!base::PathExists(path)) {
/external/chromium_org/chrome/browser/extensions/api/preferences_private/
H A Dpreferences_private_apitest.cc130 if (!base::PathExists(path))
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file.cc180 return base::PathExists(log_path_);

Completed in 624 milliseconds

1234567891011>>