Searched refs:PathExists (Results 151 - 175 of 426) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler_unittest.cc282 EXPECT_FALSE(base::PathExists(incoming_dump));
283 EXPECT_FALSE(base::PathExists(outgoing_dump));
305 EXPECT_FALSE(base::PathExists(incoming_dump));
306 EXPECT_TRUE(base::PathExists(outgoing_dump));
312 EXPECT_FALSE(base::PathExists(outgoing_dump));
H A Dwebrtc_log_uploader.cc154 if (base::PathExists(upload_done_data.log_path)) {
263 if (!rtp_dumps[i].empty() && base::PathExists(rtp_dumps[i])) {
371 if (base::PathExists(upload_list_path)) {
416 if (base::PathExists(upload_list_path)) {
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc138 if (skip_pdf_file_check || base::PathExists(path)) {
199 if (skip_o1d_file_check || base::PathExists(path)) {
220 if (skip_effects_file_check || base::PathExists(path)) {
239 if (skip_gtalk_file_check || base::PathExists(path)) {
260 if (skip_widevine_cdm_file_check || base::PathExists(path)) {
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc78 if (!base::PathExists(icon_file) ||
79 !base::PathExists(checksum_file))
146 if (base::PathExists(shortcut_file) &&
169 if (!base::PathExists(web_app_path) &&
246 if (!base::PathExists(shortcut_file.DirName()) &&
347 if (!base::PathExists(web_app_path) && !base::CreateDirectory(web_app_path))
391 if (!PathExists(web_app_dir_shortcut)) {
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc300 return base::PathExists(
336 !base::PathExists(adapter_install_path)) {
367 if (!base::PathExists(adapter_source_path))
H A Dcld_component_installer.cc88 const bool result = base::PathExists(expected_file);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.cc274 if (base::PathExists(last_session_path))
276 if (base::PathExists(current_session_path)) {
290 if (base::PathExists(current_session_path))
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.cc260 if (!base::PathExists(path) && base::PathExists(fallback))
274 base::PathExists(dictionary.path) &&
/external/chromium_org/content/browser/appcache/
H A Dappcache_database_unittest.cc66 EXPECT_TRUE(base::PathExists(kDbFile));
68 EXPECT_TRUE(base::PathExists(kOtherFile));
72 EXPECT_TRUE(base::PathExists(kDbFile));
74 EXPECT_FALSE(base::PathExists(kOtherFile));
99 EXPECT_TRUE(base::PathExists(kOtherFile));
100 EXPECT_TRUE(base::PathExists(kDbFile));
112 EXPECT_FALSE(base::PathExists(kOtherFile));
113 EXPECT_TRUE(base::PathExists(kDbFile));
128 EXPECT_TRUE(base::PathExists(kDbFile));
141 EXPECT_TRUE(base::PathExists(kDbFil
[all...]
/external/chromium_org/third_party/zlib/google/
H A Dzip_unittest.cc82 ASSERT_TRUE(base::PathExists(path)) << "no file " << path.value();
193 ASSERT_FALSE(base::PathExists(evil_file));
208 ASSERT_FALSE(base::PathExists(evil_file));
/external/chromium_org/base/prefs/
H A Djson_pref_store.cc83 bool bad_existed = base::PathExists(bad);
97 if (!base::PathExists(path) && !alternate_path.empty() &&
98 base::PathExists(alternate_path)) {
110 read_result->no_dir = !base::PathExists(path.DirName());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_disk_cache.cc53 if (!base::PathExists(backing_file_path_)) {
/external/chromium_org/chrome/browser/extensions/
H A Dzipfile_installer_unittest.cc96 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc75 if (base::PathExists(consent_file) && client_id.empty())
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_unittest.cc71 ASSERT_TRUE(base::PathExists(data_dir_));
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker_unittest.cc138 EXPECT_TRUE(base::PathExists(screenshot_path_));
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_menu_button_browsertest.cc68 if (!base::PathExists(path))
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc85 if (base::PathExists(file.Append(command[0]))) {
/external/chromium_org/chrome/browser/
H A Dupload_list.cc57 if (base::PathExists(upload_log_path_)) {
/external/chromium_org/chrome/common/extensions/api/plugins/
H A Dplugins_handler.cc138 if (!base::PathExists(plugin->path)) {
/external/chromium_org/chrome/installer/util/
H A Dlogging_installer.cc59 base::PathExists(log_file))) {
/external/chromium_org/cloud_print/service/win/
H A Dservice_listener.cc43 DCHECK(base::PathExists(temp_file));
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc30 if (!base::PathExists(commands))
/external/chromium_org/extensions/common/
H A Dextension_resource.cc87 // MakeAbsoluteFilePath are unified, we need an extra call to PathExists,
91 if (base::PathExists(full_path) &&
/external/chromium_org/net/disk_cache/
H A Dcache_util.cc46 if (!base::PathExists(to_delete))

Completed in 541 milliseconds

1234567891011>>