Searched refs:PathExists (Results 326 - 350 of 426) sorted by relevance

<<1112131415161718

/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.cc44 return base::PathExists(base::FilePath(script));
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc147 if (!base::PathExists(path))
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc479 if (base::PathExists(icon_dir_old))
/external/chromium_org/chrome/browser/media/
H A Dencrypted_media_browsertest.cc277 EXPECT_TRUE(base::PathExists(plugin_lib)) << plugin_lib.value();
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc157 reading_results->no_dir = !base::PathExists(path.DirName());
/external/chromium_org/chrome/browser/printing/
H A Dprinting_layout_browsertest.cc130 if (base::PathExists(cleartype) && IsClearTypeEnabled())
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc245 EXPECT_TRUE(base::PathExists(
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc259 if (base::PathExists(pathname)) {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.cc326 if (!base::PathExists(base_dir) &&
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc126 if (base::PathExists(*logo_path))
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_handler.cc312 if (!base::PathExists(path) ||
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.cc70 library_file = base::PathExists(gen_file)
H A Dweb_ui_browser_test.cc483 EXPECT_TRUE(base::PathExists(test_path));
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc48 !base::PathExists(pdf_module_path)) {
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc483 if (!resource_dir.empty() && !base::PathExists(resource_dir))
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc85 return base::PathExists(LocalPath(file_name)) &&
/external/chromium_org/content/browser/
H A Dplugin_browsertest.cc117 if (!base::PathExists(path)) {
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc283 if (!base::PathExists(path)) {
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_unittest.cc50 DCHECK(base::PathExists(file));
/external/chromium_org/extensions/common/
H A Dextension_l10n_util.cc296 if (base::PathExists(locale_folder.Append(extensions::kMessagesFilename))) {
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc115 EXPECT_TRUE(base::PathExists(path));
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc61 if (!base::PathExists(test_file_path)) {
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc292 const bool index_file_existed = base::PathExists(index_file_path);
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.cc188 if (!base::PathExists(dir) && !base::CreateDirectory(dir))
/external/chromium_org/net/tools/crash_cache/
H A Dcrash_cache.cc123 if (base::PathExists(*full_path))

Completed in 625 milliseconds

<<1112131415161718