Searched refs:PathExists (Results 226 - 250 of 426) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_mock.cpp281 bool PathExists(const char* path) { function in namespace:crazy
288 return PathExists(path);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache_unittest.cc104 EXPECT_TRUE(base::PathExists(dest_directory));
106 if (base::PathExists(dest_directory.AppendASCII("baz00000001.png"))) {
121 EXPECT_FALSE(base::PathExists(
162 EXPECT_FALSE(base::PathExists(tmp_path));
166 EXPECT_TRUE(base::PathExists(pinned_path));
497 EXPECT_FALSE(base::PathExists(cache_file_path));
H A Dresource_metadata_storage.cc176 return !base::PathExists(from) || base::Move(from, to);
250 if (base::PathExists(preserved_resource_map_path)) {
258 if (!base::PathExists(resource_map_path))
551 if (base::PathExists(resource_map_path)) {
631 if (!base::PathExists(trashed_resource_map_path))
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc76 return base::PathExists(file_path) ||
90 return !base::PathExists(path) ||
348 if (!base::PathExists(file_path))
351 if (base::PathExists(path) &&
458 if (base::PathExists(file_path))
612 if (!base::PathExists(thumbnail_path.DirName()))
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc581 ASSERT_TRUE(base::PathExists(pem_path));
593 ASSERT_TRUE(base::PathExists(crx_path));
666 EXPECT_TRUE(base::PathExists(crx_path))
797 ASSERT_TRUE(base::PathExists(in_path));
848 EXPECT_FALSE(base::PathExists(path));
873 EXPECT_TRUE(base::PathExists(extension_path));
909 EXPECT_FALSE(base::PathExists(extension_path));
1127 ASSERT_TRUE(base::PathExists(crx_path))
1184 ASSERT_TRUE(base::PathExists(private_key_path));
1358 EXPECT_TRUE(base::PathExists(extensions_install_di
[all...]
H A Dcrx_installer_browsertest.cc525 EXPECT_TRUE(base::PathExists(extension_path));
535 EXPECT_FALSE(base::PathExists(extension_path));
587 EXPECT_TRUE(base::PathExists(extension->path()));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc168 if (!base::PathExists(profile_path)) {
202 const bool had_icon = base::PathExists(icon_path);
343 if (base::PathExists(old_shortcut_path)) {
348 if (base::PathExists(possible_new_system_shortcut))
362 if (base::PathExists(possible_old_system_shortcut))
/external/chromium_org/base/files/
H A Dfile_util_win.cc154 if (PathExists(real_to_path)) {
177 if (!PathExists(from_path)) {
227 bool PathExists(const FilePath& path) { function in namespace:base
H A Dfile_util.h121 BASE_EXPORT bool PathExists(const FilePath& path);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_hash_browsertest.cc187 EXPECT_FALSE(base::PathExists(
194 EXPECT_TRUE(base::PathExists(unprotected_pref_file));
199 base::PathExists(protected_pref_file));
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc206 base::PathExists(new_chrome_exe) && current_version->get() &&
231 if (base::PathExists(new_chrome_exe)) {
301 if (!base::PathExists(src_path.Append(elements_dir))) {
H A Dsetup_util.cc182 if (base::PathExists(patch_source))
190 if (base::PathExists(patch_source))
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store_unittest.cc236 EXPECT_TRUE(base::PathExists(key_file()));
264 ASSERT_TRUE(base::PathExists(policy_file()));
273 ASSERT_TRUE(!base::PathExists(policy_file()));
/external/chromium_org/net/url_request/
H A Durl_fetcher_impl_unittest.cc1369 ASSERT_FALSE(base::PathExists(file_path_))
1417 ASSERT_EQ(kTake[i], base::PathExists(file_path_)) <<
1437 ASSERT_TRUE(base::PathExists(file_path_));
1462 ASSERT_TRUE(base::PathExists(file_path_));
1490 ASSERT_FALSE(base::PathExists(file_path_))
1531 ASSERT_EQ(kTake[i], base::PathExists(file_path_)) <<
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_store_chromeos.cc473 if (base::PathExists(dir) && !base::DeleteFile(dir, true))
494 if (!base::PathExists(path)) {
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer.cc138 } else if (!base::PathExists(dump_path_)) {
167 if (base::PathExists(dump_path_)) {
/external/chromium_org/chrome/browser/prefs/
H A Dprofile_pref_store_manager_unittest.cc314 EXPECT_FALSE(base::PathExists(pref_file_path));
318 EXPECT_TRUE(base::PathExists(pref_file_path));
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc160 EXPECT_TRUE(base::PathExists(test_path));
292 EXPECT_TRUE(base::PathExists(plugin_lib));
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc224 if (!base::PathExists(unnormalized_root)) {
242 if (root.IsParent(*it) && base::PathExists(*it))
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.cc219 if (!base::PathExists(path))
325 if (!force_ && base::PathExists(hashes_file)) {
H A Dextension_protocols.cc117 if (base::PathExists(filename)) {
126 if (base::PathExists(filename)) {
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc405 !base::PathExists(certificate_path)) {
421 if (it->IsAbsolute() && !base::PathExists(*it)) {
/external/chromium_org/tools/gn/
H A Dsetup.cc109 if (base::PathExists(try_this_file))
460 if (!base::PathExists(build_dir_path.Append(
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc53 return base::PathExists(path) && !base::DirectoryExists(path);
290 bool PathExists(const FileSystemURL& url) { function in class:content::ObfuscatedFileUtilTest
589 EXPECT_TRUE(PathExists(dest_url));
778 EXPECT_TRUE(base::PathExists(origin_directory.AppendASCII("dummy")));
855 EXPECT_TRUE(base::PathExists(local_path));
863 EXPECT_FALSE(base::PathExists(local_path));
890 EXPECT_TRUE(base::PathExists(local_path));
895 EXPECT_FALSE(base::PathExists(local_path));
932 EXPECT_TRUE(PathExists(url));
1044 EXPECT_TRUE(PathExists(ur
[all...]
/external/chromium_org/base/
H A Dpath_service.cc258 if (!base::PathExists(file_path) &&

Completed in 590 milliseconds

1234567891011>>