PathExists         64 android_webview/native/cookie_manager.cc   if (base::PathExists(cookie_store_path))
PathExists         76 android_webview/native/cookie_manager.cc   if (base::PathExists(old_cookie_store_path) &&
PathExists        180 apps/launcher.cc     if (!base::PathExists(file_path_) ||
PathExists         42 base/android/path_utils_unittest.cc   EXPECT_TRUE(base::PathExists(path.Append(("libbase_unittests.so"))) ||
PathExists         43 base/android/path_utils_unittest.cc               base::PathExists(path.Append(("libbase_unittests.cr.so"))));
PathExists         38 base/base_paths.cc       if (!PathExists(*result))  // We don't want to create this.
PathExists         83 base/base_paths_posix.cc         if (base::PathExists(path)) {
PathExists        242 base/file_util.cc   if (!PathExists(path) &&
PathExists        243 base/file_util.cc       (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) {
PathExists        250 base/file_util.cc     if (!PathExists(new_path) &&
PathExists        251 base/file_util.cc         (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {
PathExists        121 base/file_util.h BASE_EXPORT bool PathExists(const FilePath& path);
PathExists        265 base/file_util_posix.cc   if (PathExists(real_to_path)) {
PathExists        291 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(file_a_path));
PathExists        296 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_a_path));
PathExists        300 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_b_path));
PathExists        519 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(temp_file));
PathExists        536 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(temp_file));
PathExists        626 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(non_existent));
PathExists        629 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(non_existent));
PathExists        631 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(non_existent));
PathExists        638 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name));
PathExists        642 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        647 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name));
PathExists        651 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        659 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name));
PathExists        670 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_link));
PathExists        671 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name));
PathExists        677 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(non_existent));
PathExists        686 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_link));
PathExists        698 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        708 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name));
PathExists        732 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        740 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        747 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name));
PathExists        775 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        783 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path));
PathExists        787 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        791 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name));
PathExists        805 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_path));
PathExists        823 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_path));
PathExists        836 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name));
PathExists        840 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path));
PathExists        848 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        849 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_path));
PathExists        853 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        854 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_path));
PathExists        863 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path));
PathExists        871 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_path));
PathExists        875 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_path));
PathExists        884 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(test_subdir));
PathExists        888 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name));
PathExists        892 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path1));
PathExists        896 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path2));
PathExists        900 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_path2));
PathExists        904 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(test_subdir));
PathExists        905 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name));
PathExists        906 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_path1));
PathExists        914 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(test_subdir));
PathExists        918 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name));
PathExists        922 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path1));
PathExists        926 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_path2));
PathExists        930 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_path2));
PathExists        934 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name));
PathExists        935 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_path1));
PathExists        936 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_subdir));
PathExists        944 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists        949 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(file_name_to));
PathExists        954 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_from));
PathExists        955 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists        963 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists        969 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_to));
PathExists        974 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_from));
PathExists        975 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists        984 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists        990 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_to));
PathExists       1001 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1007 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1015 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(dir_name_to));
PathExists       1020 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(dir_name_from));
PathExists       1021 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_from));
PathExists       1022 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1023 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1030 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1031 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_to));
PathExists       1033 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_from));
PathExists       1034 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1042 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1048 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1061 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_exists));
PathExists       1066 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(dir_name_from));
PathExists       1067 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_from));
PathExists       1068 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1069 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1077 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1083 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1089 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_name_from));
PathExists       1095 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name2_from));
PathExists       1107 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(dir_name_to));
PathExists       1112 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_from));
PathExists       1113 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1114 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_name_from));
PathExists       1115 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name2_from));
PathExists       1116 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1117 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1118 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_name_to));
PathExists       1119 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name2_to));
PathExists       1127 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1133 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1139 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_name_from));
PathExists       1145 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name2_from));
PathExists       1162 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_exists));
PathExists       1167 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_from));
PathExists       1168 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1169 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_name_from));
PathExists       1170 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name2_from));
PathExists       1171 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1172 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1173 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_name_to));
PathExists       1174 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name2_to));
PathExists       1182 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1188 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1194 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_name_from));
PathExists       1200 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name2_from));
PathExists       1210 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(dir_name_to));
PathExists       1215 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_from));
PathExists       1216 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1217 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_name_from));
PathExists       1218 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name2_from));
PathExists       1219 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1220 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1221 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_name_to));
PathExists       1229 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1235 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1241 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(subdir_name_from));
PathExists       1247 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name2_from));
PathExists       1259 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_to));
PathExists       1264 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_from));
PathExists       1265 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1266 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(subdir_name_from));
PathExists       1267 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name2_from));
PathExists       1268 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1269 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1270 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(subdir_name_to));
PathExists       1278 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1283 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(file_name_to));
PathExists       1288 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1296 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1302 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_to));
PathExists       1307 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1316 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1322 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_to));
PathExists       1329 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1337 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1343 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1363 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_from));
PathExists       1364 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1365 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1366 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1407 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(src));
PathExists       1428 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1435 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1453 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_from));
PathExists       1454 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dest_file));
PathExists       1457 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dest_file2_test));
PathExists       1458 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dest_file2));
PathExists       1490 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(data_dir));
PathExists       1536 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(data_dir));
PathExists       1584 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(dir_name_from));
PathExists       1590 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_name_from));
PathExists       1598 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(dir_name_to));
PathExists       1604 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(dir_name_from));
PathExists       1605 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(file_name_from));
PathExists       1606 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(dir_name_to));
PathExists       1607 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(file_name_to));
PathExists       1643 base/file_util_unittest.cc     EXPECT_TRUE(PathExists(temp_files[i]));
PathExists       1661 base/file_util_unittest.cc     EXPECT_TRUE(PathExists(names[i]));
PathExists       1679 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(temp_dir));
PathExists       1689 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(new_dir));
PathExists       1724 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_path));
PathExists       1726 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(test_path));
PathExists       1732 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_path));
PathExists       1734 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(test_path));
PathExists       1738 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_root));
PathExists       1739 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_path));
PathExists       1761 base/file_util_unittest.cc   if (!PathExists(invalid_drive)) {
PathExists       1771 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_root));
PathExists       1773 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(test_root));
PathExists       1778 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(test_path));
PathExists       1780 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(test_path));
PathExists       1940 base/file_util_unittest.cc   if (PathExists(data_dir)) {
PathExists       1946 base/file_util_unittest.cc   if (PathExists(data_dir)) {
PathExists       2015 base/file_util_unittest.cc   if (PathExists(data_dir)) {
PathExists       2048 base/file_util_unittest.cc   ASSERT_FALSE(PathExists(empty_dir));
PathExists       2174 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(file_path_with_link));
PathExists       2435 base/file_util_unittest.cc   ASSERT_TRUE(PathExists(data_dir));
PathExists       2445 base/file_util_unittest.cc   EXPECT_TRUE(PathExists(path));
PathExists       2463 base/file_util_unittest.cc   EXPECT_FALSE(PathExists(path));
PathExists        146 base/file_util_win.cc   if (PathExists(real_to_path)) {
PathExists        169 base/file_util_win.cc   if (!PathExists(from_path)) {
PathExists        360 base/files/file_path_watcher_linux.cc           (change_on_target_path && PathExists(target_))) {
PathExists        112 base/files/file_proxy_unittest.cc   EXPECT_TRUE(PathExists(test_path()));
PathExists        118 base/files/file_proxy_unittest.cc   ASSERT_TRUE(PathExists(test_path()));
PathExists        143 base/files/file_proxy_unittest.cc   EXPECT_FALSE(PathExists(test_path()));
PathExists        175 base/files/file_proxy_unittest.cc     EXPECT_TRUE(PathExists(path_));
PathExists         98 base/files/file_unittest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists        143 base/files/file_unittest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists        123 base/files/file_util_proxy.cc     if (!PathExists(file_path)) {
PathExists        230 base/files/file_util_proxy.cc   if (!PathExists(file_path)) {
PathExists        130 base/files/file_util_proxy_unittest.cc   EXPECT_TRUE(PathExists(test_path()));
PathExists        136 base/files/file_util_proxy_unittest.cc   ASSERT_TRUE(PathExists(test_path()));
PathExists        161 base/files/file_util_proxy_unittest.cc   EXPECT_FALSE(PathExists(test_path()));
PathExists        192 base/files/file_util_proxy_unittest.cc   EXPECT_TRUE(PathExists(path_));
PathExists         64 base/files/important_file_writer_unittest.cc   EXPECT_FALSE(PathExists(writer.path()));
PathExists         68 base/files/important_file_writer_unittest.cc   ASSERT_TRUE(PathExists(writer.path()));
PathExists         85 base/files/important_file_writer_unittest.cc   ASSERT_TRUE(PathExists(writer.path()));
PathExists        102 base/files/important_file_writer_unittest.cc   ASSERT_TRUE(PathExists(writer.path()));
PathExists        118 base/files/important_file_writer_unittest.cc   ASSERT_TRUE(PathExists(writer.path()));
PathExists         57 base/json/json_file_value_serializer.cc     if (!base::PathExists(json_file_path_))
PathExists        547 base/json/json_reader_unittest.cc   ASSERT_TRUE(base::PathExists(path));
PathExists        388 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(PathExists(original_file_path));
PathExists        420 base/json/json_value_serializer_unittest.cc   ASSERT_FALSE(PathExists(written_file_path));
PathExists        423 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(PathExists(written_file_path));
PathExists        436 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(PathExists(original_file_path));
PathExists        447 base/json/json_value_serializer_unittest.cc   ASSERT_FALSE(PathExists(written_file_path));
PathExists        450 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(PathExists(written_file_path));
PathExists        462 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(PathExists(source_file_path));
PathExists        251 base/memory/shared_memory_posix.cc   if (PathExists(path))
PathExists        173 base/nix/mime_util_xdg.cc     if (!index_theme_loaded_ && PathExists(theme_index)) {
PathExists        250 base/nix/mime_util_xdg.cc       if (PathExists(icon_path))
PathExists        492 base/nix/mime_util_xdg.cc       if (PathExists(icon))
PathExists        642 base/nix/mime_util_xdg.cc       if (PathExists(icon_file))
PathExists        256 base/path_service.cc     if (!base::PathExists(file_path) &&
PathExists         76 base/path_service_unittest.cc                                      base::PathExists(path));
PathExists        160 base/path_service_unittest.cc   EXPECT_TRUE(base::PathExists(fake_cache_dir));
PathExists        167 base/path_service_unittest.cc   EXPECT_FALSE(base::PathExists(fake_cache_dir2));
PathExists        171 base/path_service_unittest.cc   EXPECT_TRUE(base::PathExists(fake_cache_dir2));
PathExists        181 base/path_service_unittest.cc   EXPECT_TRUE(base::PathExists(fake_cache_dir1));
PathExists        186 base/path_service_unittest.cc   EXPECT_TRUE(base::PathExists(fake_cache_dir2));
PathExists        193 base/path_service_unittest.cc   EXPECT_TRUE(base::PathExists(result.AppendASCII("t1")));
PathExists        195 base/path_service_unittest.cc   EXPECT_TRUE(base::PathExists(result.AppendASCII("t2")));
PathExists        106 base/platform_file_unittest.cc   EXPECT_FALSE(PathExists(file_path));
PathExists        142 base/platform_file_unittest.cc   EXPECT_FALSE(PathExists(file_path));
PathExists         73 base/prefs/json_pref_store.cc     *no_dir = !base::PathExists(path.DirName());
PathExists        132 base/prefs/json_pref_store.cc         if (base::PathExists(bad))
PathExists         48 base/prefs/json_pref_store_unittest.cc     ASSERT_TRUE(PathExists(data_dir_));
PathExists         62 base/prefs/json_pref_store_unittest.cc   ASSERT_FALSE(PathExists(bogus_input_file));
PathExists         86 base/prefs/json_pref_store_unittest.cc   EXPECT_FALSE(PathExists(invalid_file));
PathExists         88 base/prefs/json_pref_store_unittest.cc   EXPECT_TRUE(PathExists(moved_aside));
PathExists        151 base/prefs/json_pref_store_unittest.cc   ASSERT_TRUE(PathExists(golden_output_file));
PathExists        164 base/prefs/json_pref_store_unittest.cc   ASSERT_TRUE(PathExists(input_file));
PathExists        192 base/prefs/json_pref_store_unittest.cc   ASSERT_TRUE(PathExists(input_file));
PathExists        284 base/prefs/json_pref_store_unittest.cc   ASSERT_FALSE(PathExists(bogus_input_file));
PathExists        175 base/process/memory_linux.cc   if (PathExists(oom_file)) {
PathExists        186 base/process/memory_linux.cc   if (PathExists(oom_file)) {
PathExists        120 base/test/test_file_util_win.cc   if (!PathExists(file))
PathExists        177 base/test/test_suite.cc   if (PathExists(output_path)) {
PathExists         57 base/win/shortcut.cc   bool shortcut_existed = PathExists(shortcut_path);
PathExists        264 base/win/shortcut_unittest.cc   ASSERT_FALSE(PathExists(link_file_));
PathExists        301 base/win/shortcut_unittest.cc   ASSERT_FALSE(PathExists(link_file_));
PathExists         25 cc/test/paths.cc       if (!base::PathExists(cur))  // we don't want to create this
PathExists       1987 chrome/browser/apps/web_view_browsertest.cc     EXPECT_TRUE(base::PathExists(plugin_lib));
PathExists        345 chrome/browser/bookmarks/bookmark_codec_unittest.cc   ASSERT_TRUE(base::PathExists(test_file));
PathExists        433 chrome/browser/bookmarks/bookmark_codec_unittest.cc   ASSERT_TRUE(base::PathExists(test_file));
PathExists         56 chrome/browser/bookmarks/bookmark_storage.cc   bool bookmark_file_exists = base::PathExists(path);
PathExists        241 chrome/browser/chrome_browser_main.cc   bool local_state_file_exists = base::PathExists(local_state_path);
PathExists         91 chrome/browser/chrome_plugin_browsertest.cc     CHECK(base::PathExists(path));
PathExists         57 chrome/browser/chromeos/app_mode/kiosk_app_data.cc   if (!base::PathExists(dir))
PathExists        146 chrome/browser/chromeos/drive/drive_integration_service.cc     for (int uniquifier = 1; base::PathExists(dest_directory); ++uniquifier) {
PathExists        297 chrome/browser/chromeos/drive/fake_file_system.cc   if (base::PathExists(cache_path)) {
PathExists        101 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_TRUE(base::PathExists(dest_directory));
PathExists        103 chrome/browser/chromeos/drive/file_cache_unittest.cc   if (base::PathExists(dest_directory.AppendASCII("baz00000001.png"))) {
PathExists        118 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_FALSE(base::PathExists(
PathExists        177 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_FALSE(base::PathExists(tmp_path));
PathExists        180 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_TRUE(base::PathExists(pinned_path));
PathExists        475 chrome/browser/chromeos/drive/file_cache_unittest.cc   EXPECT_FALSE(base::PathExists(cache_file_path));
PathExists         55 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc   ASSERT_TRUE(base::PathExists(file_path));
PathExists        123 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc   ASSERT_TRUE(base::PathExists(file_path));
PathExists        157 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc   ASSERT_TRUE(base::PathExists(file_path));
PathExists        198 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc   ASSERT_TRUE(base::PathExists(file_path));
PathExists        228 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc   ASSERT_TRUE(base::PathExists(file_path));
PathExists        245 chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc   ASSERT_TRUE(base::PathExists(file_path));
PathExists        148 chrome/browser/chromeos/drive/resource_metadata_storage.cc   return !base::PathExists(from) || base::Move(from, to);
PathExists        295 chrome/browser/chromeos/drive/resource_metadata_storage.cc   if (base::PathExists(preserved_resource_map_path)) {
PathExists        303 chrome/browser/chromeos/drive/resource_metadata_storage.cc   if (!base::PathExists(resource_map_path))
PathExists        431 chrome/browser/chromeos/drive/resource_metadata_storage.cc   if (base::PathExists(resource_map_path)) {
PathExists        510 chrome/browser/chromeos/drive/resource_metadata_storage.cc   if (!base::PathExists(trashed_resource_map_path))
PathExists         30 chrome/browser/chromeos/extensions/default_app_order.cc   if (!base::PathExists(path))
PathExists        103 chrome/browser/chromeos/extensions/default_app_order_unittest.cc   ASSERT_FALSE(base::PathExists(none_existent_file));
PathExists        233 chrome/browser/chromeos/extensions/external_cache_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        260 chrome/browser/chromeos/extensions/external_cache_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        268 chrome/browser/chromeos/extensions/external_cache_unittest.cc   EXPECT_FALSE(base::PathExists(
PathExists        284 chrome/browser/chromeos/extensions/external_cache_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        268 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc   ASSERT_FALSE(base::PathExists(selected_path));
PathExists        285 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc   ASSERT_TRUE(base::PathExists(selected_path));
PathExists        172 chrome/browser/chromeos/extensions/wallpaper_api.cc   if (!base::PathExists(thumbnail_path.DirName()))
PathExists         74 chrome/browser/chromeos/extensions/wallpaper_private_api.cc   return base::PathExists(file_path) ||
PathExists         88 chrome/browser/chromeos/extensions/wallpaper_private_api.cc   return !base::PathExists(path) ||
PathExists        333 chrome/browser/chromeos/extensions/wallpaper_private_api.cc   if (!base::PathExists(file_path))
PathExists        336 chrome/browser/chromeos/extensions/wallpaper_private_api.cc   if (base::PathExists(path) &&
PathExists        439 chrome/browser/chromeos/extensions/wallpaper_private_api.cc     if (base::PathExists(file_path))
PathExists        582 chrome/browser/chromeos/extensions/wallpaper_private_api.cc   if (!base::PathExists(thumbnail_path.DirName()))
PathExists        224 chrome/browser/chromeos/file_manager/file_browser_handlers.cc       if (!base::PathExists(local_path) ||
PathExists        290 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc     if (!base::PathExists(component_ime.path) ||
PathExists        291 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc         !base::PathExists(manifest_path))
PathExists        678 chrome/browser/chromeos/login/login_utils.cc       base::Bind(&base::PathExists, GetRlzDisabledFlagPath()),
PathExists         97 chrome/browser/chromeos/login/startup_utils.cc   if (!base::PathExists(oobe_complete_path)) {
PathExists        124 chrome/browser/chromeos/login/startup_utils.cc     bool file_exists = base::PathExists(oobe_complete_flag_file_path);
PathExists        110 chrome/browser/chromeos/login/wallpaper_manager.cc   if (base::PathExists(from_path))
PathExists        580 chrome/browser/chromeos/login/wallpaper_manager.cc     if (base::PathExists(path))
PathExists       1057 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(dir))
PathExists       1061 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(dir))
PathExists       1065 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(dir))
PathExists       1069 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(dir))
PathExists       1254 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(wallpaper_path)) {
PathExists       1262 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(valid_path)) {
PathExists       1269 chrome/browser/chromeos/login/wallpaper_manager.cc   if (!base::PathExists(valid_path)) {
PathExists        102 chrome/browser/chromeos/mobile/mobile_activator.cc   if (!base::PathExists(config_path))
PathExists        764 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   EXPECT_FALSE(PathExists(GetCacheCRXFile(
PathExists        851 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   EXPECT_TRUE(PathExists(cached_hosted_app));
PathExists        854 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   EXPECT_FALSE(PathExists(cached_extension));
PathExists        104 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   if (device_locked_ || !base::PathExists(cache_file))
PathExists        487 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc   if (base::PathExists(dir) && !base::DeleteFile(dir, true))
PathExists        508 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc   if (!base::PathExists(path)) {
PathExists        501 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos_unittest.cc   EXPECT_TRUE(base::PathExists(policy_file()));
PathExists        515 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos_unittest.cc   EXPECT_FALSE(base::PathExists(policy_file()));
PathExists         53 chrome/browser/chromeos/policy/user_policy_disk_cache.cc   if (!base::PathExists(backing_file_path_)) {
PathExists         46 chrome/browser/chromeos/policy/user_policy_token_loader.cc   if (base::PathExists(cache_file_)) {
PathExists         81 chrome/browser/chromeos/power/cpu_data_collector.cc   if (!base::PathExists(base::FilePath(cpu_online_file))) {
PathExists        133 chrome/browser/chromeos/power/cpu_data_collector.cc         DCHECK(base::PathExists(base::FilePath(name_file_path)));
PathExists        139 chrome/browser/chromeos/power/cpu_data_collector.cc         DCHECK(base::PathExists(base::FilePath(time_file_path)));
PathExists        211 chrome/browser/chromeos/power/cpu_data_collector.cc       if (!base::PathExists(base::FilePath(time_in_state_path))) {
PathExists        303 chrome/browser/chromeos/power/cpu_data_collector.cc     if (!base::PathExists(base::FilePath(possible_cpu_path))) {
PathExists         74 chrome/browser/chromeos/settings/owner_key_util.cc   return base::PathExists(key_file_);
PathExists         46 chrome/browser/chromeos/system/input_device_settings.cc   return base::PathExists(base::FilePath(script));
PathExists         29 chrome/browser/component_updater/component_patcher.cc   if (!base::PathExists(commands))
PathExists        122 chrome/browser/component_updater/component_unpacker.cc   if (!base::PathExists(manifest))
PathExists         77 chrome/browser/component_updater/default_component_installer.cc   if (base::PathExists(install_path)) {
PathExists        116 chrome/browser/component_updater/default_component_installer.cc   if (!base::PathExists(base_dir) &&
PathExists        283 chrome/browser/component_updater/pepper_flash_component_installer.cc   if (!base::PathExists(unpack_path.Append(
PathExists        289 chrome/browser/component_updater/pepper_flash_component_installer.cc   if (base::PathExists(path))
PathExists        367 chrome/browser/component_updater/pepper_flash_component_installer.cc   if (!base::PathExists(path)) {
PathExists        378 chrome/browser/component_updater/pepper_flash_component_installer.cc     if (base::PathExists(path)) {
PathExists        141 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!base::PathExists(manifest_path))
PathExists        151 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!base::PathExists(manifest_path))
PathExists        278 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (base::PathExists(path)) {
PathExists        345 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!base::PathExists(path)) {
PathExists        404 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   if (!base::PathExists(path))
PathExists        117 chrome/browser/component_updater/recovery_component_installer.cc   if (!base::PathExists(main_file))
PathExists         77 chrome/browser/component_updater/swiftshader_component_installer.cc         base::PathExists(path.Append(kSwiftShaderEglName)) &&
PathExists         78 chrome/browser/component_updater/swiftshader_component_installer.cc         base::PathExists(path.Append(kSwiftShaderGlesName))) {
PathExists        138 chrome/browser/component_updater/swiftshader_component_installer.cc   if (!base::PathExists(unpack_path.Append(kSwiftShaderEglName)) ||
PathExists        139 chrome/browser/component_updater/swiftshader_component_installer.cc       !base::PathExists(unpack_path.Append(kSwiftShaderGlesName)))
PathExists        144 chrome/browser/component_updater/swiftshader_component_installer.cc   if (base::PathExists(path))
PathExists        213 chrome/browser/component_updater/swiftshader_component_installer.cc   if (!base::PathExists(path)) {
PathExists         70 chrome/browser/component_updater/test/component_installers_unittest.cc   if (!base::PathExists(manifest)) {
PathExists        296 chrome/browser/component_updater/widevine_cdm_component_installer.cc   return base::PathExists(
PathExists        332 chrome/browser/component_updater/widevine_cdm_component_installer.cc       !base::PathExists(adapter_install_path)) {
PathExists        363 chrome/browser/component_updater/widevine_cdm_component_installer.cc   if (!base::PathExists(adapter_source_path))
PathExists        590 chrome/browser/content_settings/content_settings_browsertest.cc     EXPECT_TRUE(base::PathExists(plugin_lib));
PathExists        126 chrome/browser/diagnostics/diagnostics_controller_unittest.cc   EXPECT_TRUE(base::PathExists(db_path));
PathExists        143 chrome/browser/diagnostics/diagnostics_controller_unittest.cc   EXPECT_FALSE(base::PathExists(db_path));
PathExists        148 chrome/browser/diagnostics/diagnostics_controller_unittest.cc   EXPECT_TRUE(base::PathExists(db_path));
PathExists        165 chrome/browser/diagnostics/diagnostics_controller_unittest.cc   EXPECT_FALSE(base::PathExists(db_path));
PathExists        181 chrome/browser/diagnostics/recon_diagnostics.cc     if (!base::PathExists(path_)) {
PathExists        305 chrome/browser/diagnostics/recon_diagnostics.cc     if (!base::PathExists(dir_or_file)) {
PathExists         81 chrome/browser/diagnostics/sqlite_diagnostics.cc     if (!base::PathExists(path)) {
PathExists        510 chrome/browser/download/chrome_download_manager_delegate.cc       base::Bind(&base::PathExists, download->GetTargetFilePath()),
PathExists        651 chrome/browser/download/download_browsertest.cc     bool origin_file_exists = base::PathExists(origin_file);
PathExists        657 chrome/browser/download/download_browsertest.cc     bool downloaded_file_exists = base::PathExists(downloaded_file);
PathExists        773 chrome/browser/download/download_browsertest.cc     bool downloaded_path_exists = base::PathExists(download_path);
PathExists        786 chrome/browser/download/download_browsertest.cc     EXPECT_FALSE(base::PathExists(download_path));
PathExists        950 chrome/browser/download/download_browsertest.cc         EXPECT_TRUE(base::PathExists(my_downloaded_file));
PathExists       1201 chrome/browser/download/download_browsertest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists       1284 chrome/browser/download/download_browsertest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists       1453 chrome/browser/download/download_browsertest.cc   ASSERT_TRUE(base::PathExists(origin));
PathExists       1474 chrome/browser/download/download_browsertest.cc   ASSERT_TRUE(base::PathExists(download_items[0]->GetTargetFilePath()));
PathExists       1506 chrome/browser/download/download_browsertest.cc   ASSERT_TRUE(base::PathExists(download_items[0]->GetTargetFilePath()));
PathExists       2012 chrome/browser/download/download_browsertest.cc   EXPECT_TRUE(base::PathExists(downloaded_file));
PathExists       2828 chrome/browser/download/download_browsertest.cc   ASSERT_TRUE(base::PathExists(origin_file));
PathExists       2846 chrome/browser/download/download_browsertest.cc     ASSERT_TRUE(base::PathExists(target_path));
PathExists       3016 chrome/browser/download/download_browsertest.cc   ASSERT_TRUE(base::PathExists(download_items[0]->GetTargetFilePath()));
PathExists         98 chrome/browser/download/download_path_reservation_tracker.cc   if (base::PathExists(path))
PathExists        403 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(full_file_name));
PathExists        404 chrome/browser/download/save_page_browsertest.cc   EXPECT_FALSE(base::PathExists(dir));
PathExists        489 chrome/browser/download/save_page_browsertest.cc   EXPECT_FALSE(base::PathExists(full_file_name));
PathExists        490 chrome/browser/download/save_page_browsertest.cc   EXPECT_FALSE(base::PathExists(dir));
PathExists        525 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(full_file_name));
PathExists        526 chrome/browser/download/save_page_browsertest.cc   EXPECT_FALSE(base::PathExists(dir));
PathExists        559 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(full_file_name));
PathExists        560 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(dir));
PathExists        655 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(full_file_name));
PathExists        656 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(dir));
PathExists        706 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(full_file_name));
PathExists        707 chrome/browser/download/save_page_browsertest.cc   EXPECT_FALSE(base::PathExists(dir));
PathExists        725 chrome/browser/download/save_page_browsertest.cc   EXPECT_FALSE(base::PathExists(full_file_name));
PathExists        739 chrome/browser/download/save_page_browsertest.cc   EXPECT_TRUE(base::PathExists(full_file_name));
PathExists        782 chrome/browser/download/save_page_browsertest.cc   ASSERT_TRUE(base::PathExists(full_file_name));
PathExists        802 chrome/browser/download/save_page_browsertest.cc   ASSERT_TRUE(base::PathExists(filename));
PathExists       1057 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   ASSERT_TRUE(base::PathExists(real_path));
PathExists       1058 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   ASSERT_FALSE(base::PathExists(fake_path));
PathExists         73 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc   if (base::PathExists(path) && base::IsLink(path))
PathExists         27 chrome/browser/extensions/api/image_writer_private/write_from_file_operation.cc   if (!base::PathExists(image_path_) || base::DirectoryExists(image_path_)) {
PathExists         24 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc     if (base::PathExists(path))
PathExists         51 chrome/browser/extensions/api/page_capture/page_capture_apitest.cc   ASSERT_FALSE(base::PathExists(delegate.temp_file_));
PathExists        115 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc     if (!base::PathExists(path))
PathExists        109 chrome/browser/extensions/api/sessions/sessions_apitest.cc   if (!base::PathExists(path))
PathExists         82 chrome/browser/extensions/convert_user_script_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists         84 chrome/browser/extensions/convert_user_script_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        131 chrome/browser/extensions/convert_user_script_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        133 chrome/browser/extensions/convert_user_script_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        233 chrome/browser/extensions/convert_user_script_unittest.cc   ASSERT_TRUE(base::PathExists(test_file)) << test_file.value();
PathExists        146 chrome/browser/extensions/convert_web_app_unittest.cc     EXPECT_TRUE(base::PathExists(resource.GetFilePath()));
PathExists        283 chrome/browser/extensions/extension_browsertest.cc   if (!base::PathExists(pem_path)) {
PathExists        300 chrome/browser/extensions/extension_browsertest.cc   if (!base::PathExists(dir_path)) {
PathExists        305 chrome/browser/extensions/extension_browsertest.cc   if (!base::PathExists(pem_path) && pem_out_path.empty()) {
PathExists        321 chrome/browser/extensions/extension_browsertest.cc   if (!base::PathExists(crx_path)) {
PathExists         60 chrome/browser/extensions/extension_creator.cc       !base::PathExists(private_key_path)) {
PathExists         70 chrome/browser/extensions/extension_creator.cc       base::PathExists(private_key_output_path)) {
PathExists         78 chrome/browser/extensions/extension_creator.cc   if (!(run_flags & kOverwriteCRX) && base::PathExists(crx_path)) {
PathExists        123 chrome/browser/extensions/extension_creator.cc   if (!base::PathExists(private_key_path)) {
PathExists        242 chrome/browser/extensions/extension_creator.cc   if (base::PathExists(crx_path))
PathExists         89 chrome/browser/extensions/extension_garbage_collector_unittest.cc   ASSERT_FALSE(base::PathExists(extension_dir));
PathExists        107 chrome/browser/extensions/extension_garbage_collector_unittest.cc   ASSERT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        114 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        116 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        118 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        120 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_FALSE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        138 chrome/browser/extensions/extension_garbage_collector_unittest.cc   ASSERT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        145 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_FALSE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        147 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        149 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        151 chrome/browser/extensions/extension_garbage_collector_unittest.cc   EXPECT_FALSE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists        232 chrome/browser/extensions/extension_protocols.cc   if (base::PathExists(filename)) {
PathExists        241 chrome/browser/extensions/extension_protocols.cc   if (base::PathExists(filename)) {
PathExists        759 chrome/browser/extensions/extension_service_unittest.cc       ASSERT_TRUE(base::PathExists(pem_path));
PathExists        771 chrome/browser/extensions/extension_service_unittest.cc     ASSERT_TRUE(base::PathExists(crx_path));
PathExists        844 chrome/browser/extensions/extension_service_unittest.cc     EXPECT_TRUE(base::PathExists(crx_path))
PathExists        960 chrome/browser/extensions/extension_service_unittest.cc     ASSERT_TRUE(base::PathExists(in_path));
PathExists       1011 chrome/browser/extensions/extension_service_unittest.cc     EXPECT_FALSE(base::PathExists(path));
PathExists       1036 chrome/browser/extensions/extension_service_unittest.cc     EXPECT_TRUE(base::PathExists(extension_path));
PathExists       1067 chrome/browser/extensions/extension_service_unittest.cc     EXPECT_FALSE(base::PathExists(extension_path));
PathExists       1261 chrome/browser/extensions/extension_service_unittest.cc     ASSERT_TRUE(base::PathExists(crx_path))
PathExists       1316 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(private_key_path));
PathExists       1490 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists       1492 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_TRUE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists       1517 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_FALSE(base::PathExists(extensions_install_dir_.AppendASCII(
PathExists       1836 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(path));
PathExists       1886 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(pem_path));
PathExists       1887 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(path));
PathExists       1934 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(pem_path));
PathExists       1935 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(path));
PathExists       1975 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(good1_path()));
PathExists       2003 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(path));
PathExists       2114 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(crx_path));
PathExists       2115 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(privkey_path));
PathExists       2132 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(privkey_path));
PathExists       2261 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(crx_path));
PathExists       2262 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(privkey_path));
PathExists       2292 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(privkey_path));
PathExists       2369 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(theme_file));
PathExists       2392 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(manifest_no_key));
PathExists       2393 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(manifest_with_key));
PathExists       2426 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(source_manifest));
PathExists       2428 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base::PathExists(source_icon));
PathExists       2894 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_FALSE(base::PathExists(manifest_path));
PathExists       4372 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_TRUE(base::PathExists(lso_file_path));
PathExists       4403 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_FALSE(base::PathExists(lso_file_path));
PathExists       4488 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_TRUE(base::PathExists(lso_file_path));
PathExists       4536 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_FALSE(base::PathExists(lso_file_path));
PathExists       4693 chrome/browser/extensions/extension_service_unittest.cc     ASSERT_TRUE(base::PathExists(install_path));
PathExists       4696 chrome/browser/extensions/extension_service_unittest.cc     ASSERT_FALSE(base::PathExists(install_path));
PathExists       4735 chrome/browser/extensions/extension_service_unittest.cc     ASSERT_FALSE(base::PathExists(install_path));
PathExists         34 chrome/browser/extensions/external_pref_loader.cc   if (!base::PathExists(external_extension_search_path)) {
PathExists        160 chrome/browser/extensions/external_pref_loader.cc   if (!base::PathExists(json_file)) {
PathExists        135 chrome/browser/extensions/external_registry_loader_win.cc     if (!base::PathExists(extension_path)) {
PathExists         82 chrome/browser/extensions/sandboxed_unpacker_unittest.cc     ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
PathExists        116 chrome/browser/extensions/sandboxed_unpacker_unittest.cc   EXPECT_FALSE(base::PathExists(install_path));
PathExists        124 chrome/browser/extensions/sandboxed_unpacker_unittest.cc   EXPECT_TRUE(base::PathExists(install_path));
PathExists         48 chrome/browser/extensions/test_extension_dir.cc   if (base::PathExists(pem_path))
PathExists         61 chrome/browser/extensions/test_extension_dir.cc   if (!base::PathExists(crx_path)) {
PathExists        195 chrome/browser/extensions/updater/local_extension_cache.cc       base::PathExists(cache_dir.AppendASCII(kCacheReadyFlagFileName));
PathExists        378 chrome/browser/extensions/updater/local_extension_cache.cc   if (base::PathExists(cached_crx_path)) {
PathExists        149 chrome/browser/extensions/updater/local_extension_cache_unittest.cc   EXPECT_FALSE(base::PathExists(
PathExists        164 chrome/browser/extensions/updater/local_extension_cache_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists        166 chrome/browser/extensions/updater/local_extension_cache_unittest.cc   EXPECT_FALSE(base::PathExists(
PathExists        168 chrome/browser/extensions/updater/local_extension_cache_unittest.cc   EXPECT_FALSE(base::PathExists(
PathExists         84 chrome/browser/extensions/user_script_listener_unittest.cc   EXPECT_TRUE(base::PathExists(path));
PathExists        703 chrome/browser/first_run/first_run.cc   bool local_state_file_exists = base::PathExists(local_state_path);
PathExists         28 chrome/browser/first_run/first_run_internal_posix.cc   bool local_state_file_exists = base::PathExists(local_state_path);
PathExists         48 chrome/browser/first_run/first_run_internal_posix.cc   return !GetFirstRunSentinelFilePath(&sentinel) || base::PathExists(sentinel);
PathExists         98 chrome/browser/first_run/first_run_internal_win.cc         !base::PathExists(eula_sentinel)) {
PathExists        150 chrome/browser/first_run/first_run_internal_win.cc   if (!GetFirstRunSentinelFilePath(&sentinel) || base::PathExists(sentinel))
PathExists        159 chrome/browser/first_run/first_run_internal_win.cc     if (base::PathExists(legacy_sentinel)) {
PathExists         35 chrome/browser/first_run/first_run_unittest.cc   EXPECT_TRUE(base::PathExists(sentinel_path));
PathExists         38 chrome/browser/first_run/first_run_unittest.cc   EXPECT_FALSE(base::PathExists(sentinel_path));
PathExists        207 chrome/browser/first_run/upgrade_util_win.cc   return base::PathExists(new_chrome_exe);
PathExists        214 chrome/browser/first_run/upgrade_util_win.cc   if (!base::PathExists(new_chrome_exe))
PathExists         51 chrome/browser/google/google_update_settings_posix.cc     if ((!base::PathExists(consent_file)) ||
PathExists         52 chrome/browser/google/google_update_settings_posix.cc         (base::PathExists(consent_file) && !g_posix_guid.Get().empty())) {
PathExists        269 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(base::PathExists(history_db_name_));
PathExists        270 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(base::PathExists(thumbnail_db_name_));
PathExists        418 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(base::PathExists(history_db_name_));
PathExists        419 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(base::PathExists(thumbnail_db_name_));
PathExists       1817 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(base::PathExists(history_db_name_));
PathExists       1818 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(base::PathExists(thumbnail_db_name_));
PathExists       2844 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(base::PathExists(db1));
PathExists       2845 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(base::PathExists(db1_wal));
PathExists       2846 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(base::PathExists(db1_journal));
PathExists       2847 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(base::PathExists(db2_symlink));
PathExists       2848 chrome/browser/history/history_backend_unittest.cc   EXPECT_TRUE(base::PathExists(db2_actual));  // Symlinks shouldn't be followed.
PathExists        207 chrome/browser/history/in_memory_url_index_unittest.cc   EXPECT_TRUE(base::PathExists(history_proto_path));
PathExists        377 chrome/browser/history/top_sites_database.cc   const bool file_existed = base::PathExists(db_name);
PathExists        401 chrome/browser/history/url_index_private_data.cc   if (!base::PathExists(file_path))
PathExists        248 chrome/browser/importer/firefox_importer_browsertest.cc       if (!base::PathExists(data_path)) {
PathExists         41 chrome/browser/importer/firefox_profile_lock_unittest.cc   EXPECT_FALSE(base::PathExists(lock_file_path));
PathExists         44 chrome/browser/importer/firefox_profile_lock_unittest.cc   EXPECT_TRUE(base::PathExists(lock_file_path));
PathExists         50 chrome/browser/importer/firefox_profile_lock_unittest.cc   EXPECT_FALSE(base::PathExists(lock_file_path));
PathExists         54 chrome/browser/importer/firefox_profile_lock_unittest.cc   EXPECT_TRUE(base::PathExists(lock_file_path));
PathExists         61 chrome/browser/importer/firefox_profile_lock_unittest.cc   EXPECT_FALSE(base::PathExists(lock_file_path));
PathExists         76 chrome/browser/importer/firefox_profile_lock_unittest.cc   EXPECT_TRUE(base::PathExists(lock_file_path));
PathExists        451 chrome/browser/jumplist_win.cc   if (base::PathExists(icon_dir_old))
PathExists        773 chrome/browser/lifetime/browser_close_manager_browsertest.cc   if (!base::PathExists(path))
PathExists         20 chrome/browser/load_library_perf_test.cc   ASSERT_TRUE(base::PathExists(library_path)) << library_path.value();
PathExists         74 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc     if (!base::PathExists(appengine_dev_appserver)) {
PathExists         82 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc     if (!base::PathExists(apprtc_dir)) {
PathExists        164 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc     if (!base::PathExists(firefox_binary)) {
PathExists        172 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc     if (!base::PathExists(firefox_launcher)) {
PathExists        115 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc     if (!base::PathExists(reference_file)) {
PathExists        333 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   if (!base::PathExists(pesq_path)) {
PathExists         60 chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc     if (!base::PathExists(reference_file)) {
PathExists        128 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     if (!base::PathExists(GetWorkingDir())) {
PathExists        146 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     if (!base::PathExists(pywebsocket_server)) {
PathExists        150 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     if (!base::PathExists(path_to_data_handler)) {
PathExists        189 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     if (!base::PathExists(path_to_converter)) {
PathExists        233 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     if (!base::PathExists(path_to_analyzer)) {
PathExists        238 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     if (!base::PathExists(path_to_compare_script)) {
PathExists        270 chrome/browser/media/encrypted_media_browsertest.cc     EXPECT_TRUE(base::PathExists(plugin_lib)) << plugin_lib.value();
PathExists        165 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc     EXPECT_EQ(expect_adapter_exists, base::PathExists(plugin_lib));
PathExists         58 chrome/browser/media/webrtc_browsertest_common.cc   if (!base::PathExists(GetReferenceVideosDir())) {
PathExists         67 chrome/browser/media/webrtc_browsertest_common.cc   if (!base::PathExists(webrtc_reference_video_yuv)) {
PathExists         77 chrome/browser/media/webrtc_browsertest_common.cc   if (!base::PathExists(webrtc_reference_video_y4m)) {
PathExists        156 chrome/browser/media/webrtc_browsertest_common.cc   if (!base::PathExists(peerconnection_server)) {
PathExists        123 chrome/browser/media/webrtc_log_uploader.cc   if (base::PathExists(upload_done_data.log_path)) {
PathExists        334 chrome/browser/media/webrtc_log_uploader.cc   if (base::PathExists(upload_list_path)) {
PathExists        379 chrome/browser/media/webrtc_log_uploader.cc   if (base::PathExists(upload_list_path)) {
PathExists         49 chrome/browser/media/webrtc_log_util.cc   if (!base::PathExists(log_dir)) {
PathExists         62 chrome/browser/media/webrtc_log_util.cc   const bool update_log_list = base::PathExists(log_list_path);
PathExists         56 chrome/browser/media/wv_test_license_server_config.cc   if (!base::PathExists(license_server_path)) {
PathExists         65 chrome/browser/media/wv_test_license_server_config.cc   if (!base::PathExists(config_path.Append(kKeysFileName)) ||
PathExists         66 chrome/browser/media/wv_test_license_server_config.cc       !base::PathExists(config_path.Append(kPoliciesFileName)) ||
PathExists         67 chrome/browser/media/wv_test_license_server_config.cc       !base::PathExists(config_path.Append(kProfilesFileName))) {
PathExists         51 chrome/browser/media_galleries/fileapi/iapps_finder_impl_win.cc   if (!base::PathExists(library_file)) {
PathExists         63 chrome/browser/media_galleries/fileapi/iapps_finder_impl_win.cc   if (library_file.empty() || !base::PathExists(library_file)) {
PathExists        617 chrome/browser/media_galleries/fileapi/native_media_file_util.cc   if (!base::PathExists(file_path))
PathExists        180 chrome/browser/net/net_log_temp_file.cc   return base::PathExists(log_path_);
PathExists        102 chrome/browser/net/net_log_temp_file_unittest.cc     EXPECT_TRUE(base::PathExists(net_export_log_));
PathExists        173 chrome/browser/net/net_log_temp_file_unittest.cc     EXPECT_TRUE(base::PathExists(net_export_file_path));
PathExists        219 chrome/browser/net/net_log_temp_file_unittest.cc   EXPECT_TRUE(base::PathExists(net_export_log_));
PathExists        223 chrome/browser/net/net_log_temp_file_unittest.cc   EXPECT_TRUE(base::PathExists(net_export_file_path));
PathExists        196 chrome/browser/net/sqlite_server_bound_cert_store.cc   if (!base::PathExists(dir) && !base::CreateDirectory(dir))
PathExists        309 chrome/browser/performance_monitor/performance_monitor_browsertest.cc     CHECK(base::PathExists(stock_prefs_file));
PathExists        314 chrome/browser/performance_monitor/performance_monitor_browsertest.cc     CHECK(base::PathExists(first_profile_prefs_file));
PathExists        327 chrome/browser/performance_monitor/performance_monitor_browsertest.cc     CHECK(base::PathExists(second_profile_prefs_file));
PathExists        305 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc   EXPECT_TRUE(base::PathExists(cache_path));
PathExists        320 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc   EXPECT_FALSE(base::PathExists(cache_path));
PathExists        333 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc   EXPECT_TRUE(base::PathExists(cache_path));
PathExists        328 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(base::PathExists(downloaded));
PathExists        335 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(base::PathExists(downloaded));
PathExists       1324 chrome/browser/policy/policy_browsertest.cc   if (!base::PathExists(ui_test_utils::GetTestFilePath(
PathExists       1462 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(base::PathExists(initial_dir.path().Append(file)));
PathExists         70 chrome/browser/prefs/chrome_pref_service_unittest.cc     ASSERT_TRUE(base::PathExists(data_dir_));
PathExists         57 chrome/browser/prefs/pref_functional_browsertest.cc   if (base::PathExists(new_download_dir)) {
PathExists         76 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_TRUE(base::PathExists(downloaded_pkg));
PathExists         86 chrome/browser/prefs/pref_service_browsertest.cc     CHECK(base::PathExists(original_pref_file_));
PathExists        247 chrome/browser/prefs/profile_pref_store_manager_unittest.cc   EXPECT_FALSE(base::PathExists(pref_file_path));
PathExists        251 chrome/browser/prefs/profile_pref_store_manager_unittest.cc   EXPECT_TRUE(base::PathExists(pref_file_path));
PathExists        130 chrome/browser/printing/printing_layout_browsertest.cc     if (base::PathExists(cleartype) && IsClearTypeEnabled())
PathExists        307 chrome/browser/profile_resetter/profile_resetter_unittest.cc   EXPECT_FALSE(base::PathExists(path_to_create)) << path_to_create.value();
PathExists        174 chrome/browser/profiles/profile_browsertest.cc   EXPECT_TRUE(base::PathExists(
PathExists        219 chrome/browser/profiles/profile_impl.cc   if (base::PathExists(readme_path))
PathExists        287 chrome/browser/profiles/profile_impl.cc     if (!base::PathExists(path)) {
PathExists        188 chrome/browser/profiles/profile_info_cache.cc   if (!base::PathExists(image_path))
PathExists         69 chrome/browser/profiles/profile_manager_unittest.cc     if (!base::PathExists(file_path)) {
PathExists         78 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       ASSERT_TRUE(base::PathExists(icon_path));
PathExists        126 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     return base::PathExists(
PathExists        135 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
PathExists        140 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     EXPECT_TRUE(base::PathExists(icon_path)) << location.ToString();
PathExists        166 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
PathExists        202 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     EXPECT_FALSE(base::PathExists(shortcut_path)) << location.ToString();
PathExists        211 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
PathExists        230 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     EXPECT_TRUE(base::PathExists(system_level_shortcut_path))
PathExists        402 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        403 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_TRUE(base::PathExists(profile_2_shortcut_path));
PathExists        412 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        413 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path));
PathExists        426 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        427 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_TRUE(base::PathExists(profile_2_shortcut_path));
PathExists        436 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        437 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path));
PathExists        458 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        459 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_2_shortcut_path));
PathExists        460 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(non_profile_shortcut_path));
PathExists        461 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_TRUE(base::PathExists(profile_3_shortcut_path));
PathExists        467 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        468 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_2_shortcut_path));
PathExists        469 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_3_shortcut_path));
PathExists        470 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(non_profile_shortcut_path));
PathExists        514 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path_2));
PathExists        541 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(preserved_profile_1_shortcut_path));
PathExists        546 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path_1));
PathExists        547 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path_2));
PathExists        573 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path_1));
PathExists        594 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(regular_shortcut_path));
PathExists        615 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(regular_shortcut_path));
PathExists        648 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_1_shortcut_path_1));
PathExists        649 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_1_shortcut_path_2));
PathExists        677 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path));
PathExists        694 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(system_level_shortcut_path));
PathExists        695 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(
PathExists        703 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(system_level_shortcut_path));
PathExists        748 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(system_level_shortcut_path));
PathExists        765 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        766 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   ASSERT_TRUE(base::PathExists(profile_2_shortcut_path));
PathExists        778 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(system_level_shortcut_path));
PathExists        779 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(
PathExists        781 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_1_shortcut_path));
PathExists        782 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(profile_2_shortcut_path));
PathExists        791 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(icon_path));
PathExists        793 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_FALSE(base::PathExists(icon_path));
PathExists        797 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   EXPECT_TRUE(base::PathExists(icon_path));
PathExists        180 chrome/browser/profiles/profile_shortcut_manager_win.cc   if (!base::PathExists(profile_path)) {
PathExists        214 chrome/browser/profiles/profile_shortcut_manager_win.cc   const bool had_icon = base::PathExists(icon_path);
PathExists        355 chrome/browser/profiles/profile_shortcut_manager_win.cc   if (base::PathExists(old_shortcut_path)) {
PathExists        360 chrome/browser/profiles/profile_shortcut_manager_win.cc     if (base::PathExists(possible_new_system_shortcut))
PathExists        374 chrome/browser/profiles/profile_shortcut_manager_win.cc     if (base::PathExists(possible_old_system_shortcut))
PathExists        191 chrome/browser/renderer_host/pepper/device_id_fetcher.cc   if (base::PathExists(id_path)) {
PathExists        228 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path));
PathExists        295 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path[0]));
PathExists        296 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path[1]));
PathExists        297 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path[2]));
PathExists        360 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path[2]));
PathExists        365 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(base::PathExists(file_path[2]));
PathExists        369 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path[0]));
PathExists        370 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(base::PathExists(file_path[1]));
PathExists        195 chrome/browser/safe_browsing/download_feedback_unittest.cc   EXPECT_TRUE(base::PathExists(upload_file_path_));
PathExists        202 chrome/browser/safe_browsing/download_feedback_unittest.cc   EXPECT_FALSE(base::PathExists(upload_file_path_));
PathExists        233 chrome/browser/safe_browsing/download_feedback_unittest.cc   EXPECT_TRUE(base::PathExists(upload_file_path_));
PathExists        239 chrome/browser/safe_browsing/download_feedback_unittest.cc   EXPECT_FALSE(base::PathExists(upload_file_path_));
PathExists       1163 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc     EXPECT_TRUE(base::PathExists(database_filename_));
PathExists       1171 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   EXPECT_FALSE(base::PathExists(database_filename_));
PathExists       1177 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   EXPECT_TRUE(base::PathExists(database_filename_));
PathExists       1705 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   ASSERT_TRUE(base::PathExists(filter_file));
PathExists       1717 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   ASSERT_FALSE(base::PathExists(filter_file));
PathExists        885 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc     EXPECT_FALSE(base::PathExists(cookie_path));
PathExists        609 chrome/browser/safe_browsing/safe_browsing_store_file.cc   if (base::PathExists(original_filename)) {
PathExists        713 chrome/browser/safe_browsing/safe_browsing_store_file.cc   if (!base::PathExists(filename_))
PathExists        727 chrome/browser/safe_browsing/safe_browsing_store_file.cc   if (!base::PathExists(filename_))
PathExists        809 chrome/browser/safe_browsing/safe_browsing_store_file.cc     if (base::PathExists(filename_))
PathExists       1124 chrome/browser/safe_browsing/safe_browsing_store_file.cc       base::PathExists(filename_))
PathExists       1197 chrome/browser/safe_browsing/safe_browsing_store_file.cc       base::PathExists(basename)) {
PathExists       1204 chrome/browser/safe_browsing/safe_browsing_store_file.cc       base::PathExists(new_filename)) {
PathExists       1214 chrome/browser/safe_browsing/safe_browsing_store_file.cc   if (base::PathExists(journal_filename))
PathExists        465 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        471 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(filename_));
PathExists        473 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        481 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        482 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(temp_file));
PathExists        486 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(temp_file));
PathExists        492 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        493 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(temp_file));
PathExists        497 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        498 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(temp_file));
PathExists        559 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        567 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_FALSE(base::PathExists(filename_));
PathExists        569 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(filename_));
PathExists        580 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(filename_));
PathExists        598 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(filename_));
PathExists        620 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   EXPECT_TRUE(base::PathExists(filename_));
PathExists        145 chrome/browser/search_engines/template_url_fetcher_unittest.cc     ASSERT_TRUE(base::PathExists(osdd_full_path));
PathExists         82 chrome/browser/search_engines/template_url_parser_unittest.cc   if (!base::PathExists(full_path_)) {
PathExists        100 chrome/browser/search_engines/template_url_parser_unittest.cc   ASSERT_TRUE(base::PathExists(full_path));
PathExists        130 chrome/browser/service_process/service_process_control_browsertest.cc     EXPECT_TRUE(base::PathExists(exe));
PathExists        274 chrome/browser/sessions/session_backend.cc   if (base::PathExists(last_session_path))
PathExists        276 chrome/browser/sessions/session_backend.cc   if (base::PathExists(current_session_path)) {
PathExists        290 chrome/browser/sessions/session_backend.cc   if (base::PathExists(current_session_path))
PathExists        115 chrome/browser/shell_integration.cc     if (!user_data_dir.empty() && base::PathExists(user_data_dir))
PathExists        645 chrome/browser/shell_integration_linux.cc         base::PathExists(desktop_path.Append(shortcut_filename));
PathExists        676 chrome/browser/shell_integration_linux.cc     if (base::PathExists(path)) {
PathExists        698 chrome/browser/shell_integration_linux.cc     if (base::PathExists(base::FilePath(alternative_filepath))) {
PathExists        585 chrome/browser/shell_integration_win.cc     if (base::PathExists(shortcut))
PathExists         99 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc   if (!base::PathExists(backup))
PathExists        261 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc   if (!base::PathExists(path) && base::PathExists(fallback))
PathExists        275 chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc         base::PathExists(dictionary.path) &&
PathExists         87 chrome/browser/spellchecker/spellcheck_service_browsertest.cc   if (base::PathExists(bdict_path)) {
PathExists        713 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc   EXPECT_FALSE(base::PathExists(sync_file));
PathExists        325 chrome/browser/sync/test/integration/sync_extension_helper.cc   if (!base::PathExists(base_dir) &&
PathExists        260 chrome/browser/sync/test/integration/sync_test.cc   if (!base::PathExists(path))
PathExists        214 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc   ASSERT_TRUE(base::PathExists(file.path()));
PathExists        276 chrome/browser/translate/translate_tab_helper.cc   if (!base::PathExists(path))
PathExists        139 chrome/browser/ui/ash/screenshot_taker_unittest.cc     EXPECT_TRUE(base::PathExists(screenshot_path_));
PathExists        127 chrome/browser/ui/metro_pin_tab_helper_win.cc   if (base::PathExists(*logo_path))
PathExists         38 chrome/browser/ui/prefs/prefs_tab_helper_browsertest.cc     if (!base::PathExists(pref_file)) {
PathExists        245 chrome/browser/ui/views/app_list/win/app_list_service_win.cc     if (!base::PathExists(shortcut_file.DirName()) &&
PathExists         59 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc   if (!base::PathExists(web_app_path) &&
PathExists         49 chrome/browser/ui/views/avatar_menu_button_browsertest.cc   if (!base::PathExists(path))
PathExists         69 chrome/browser/ui/views/new_avatar_menu_button_browsertest.cc   if (!base::PathExists(path))
PathExists        351 chrome/browser/ui/webui/nacl_ui.cc   if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) {
PathExists         85 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc     if (base::PathExists(file.Append(command[0]))) {
PathExists         57 chrome/browser/upload_list.cc   if (base::PathExists(upload_log_path_)) {
PathExists        165 chrome/browser/web_applications/update_shortcut_worker_win.cc     if (base::PathExists(shortcut_file)) {
PathExists        185 chrome/browser/web_applications/update_shortcut_worker_win.cc   if (!base::PathExists(web_app_path) &&
PathExists         78 chrome/browser/web_applications/web_app_win.cc   if (!base::PathExists(icon_file) ||
PathExists         79 chrome/browser/web_applications/web_app_win.cc       !base::PathExists(checksum_file))
PathExists        146 chrome/browser/web_applications/web_app_win.cc       if (base::PathExists(shortcut_file) &&
PathExists        169 chrome/browser/web_applications/web_app_win.cc   if (!base::PathExists(web_app_path) &&
PathExists        246 chrome/browser/web_applications/web_app_win.cc     if (!base::PathExists(shortcut_file.DirName()) &&
PathExists        340 chrome/browser/web_applications/web_app_win.cc   if (!PathExists(web_app_dir_shortcut)) {
PathExists        143 chrome/common/chrome_content_client.cc     if (skip_pdf_file_check || base::PathExists(path)) {
PathExists        181 chrome/common/chrome_content_client.cc     if (skip_nacl_file_check || base::PathExists(path)) {
PathExists        205 chrome/common/chrome_content_client.cc     if (skip_o1d_file_check || base::PathExists(path)) {
PathExists        226 chrome/common/chrome_content_client.cc     if (skip_effects_file_check || base::PathExists(path)) {
PathExists        245 chrome/common/chrome_content_client.cc     if (skip_gtalk_file_check || base::PathExists(path)) {
PathExists        266 chrome/common/chrome_content_client.cc     if (skip_widevine_cdm_file_check || base::PathExists(path)) {
PathExists        422 chrome/common/chrome_paths.cc       if (!base::PathExists(cur))  // We don't want to create this.
PathExists        431 chrome/common/chrome_paths.cc       if (!base::PathExists(cur))  // We don't want to create this.
PathExists        440 chrome/common/chrome_paths.cc       if (!base::PathExists(cur))  // We don't want to create this
PathExists        462 chrome/common/chrome_paths.cc       if (!base::PathExists(cur))  // We don't want to create this.
PathExists        469 chrome/common/chrome_paths.cc       if (!base::PathExists(cur))  // We don't want to create this.
PathExists        476 chrome/common/chrome_paths.cc       if (!base::PathExists(cur))  // We don't want to create this.
PathExists        558 chrome/common/chrome_paths.cc   if (create_dir && !base::PathExists(cur) &&
PathExists         57 chrome/common/extensions/api/i18n/default_locale_handler.cc   bool path_exists = base::PathExists(path);
PathExists         90 chrome/common/extensions/api/i18n/default_locale_handler.cc     if (!base::PathExists(messages_path)) {
PathExists        139 chrome/common/extensions/api/plugins/plugins_handler.cc       if (!base::PathExists(plugin->path)) {
PathExists         51 chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc   if (!base::PathExists(file)) {
PathExists         72 chrome/common/extensions/extension_file_util.cc   if (!base::PathExists(extension_dir)) {
PathExists         99 chrome/common/extensions/extension_file_util.cc     if (!base::PathExists(candidate)) {
PathExists        170 chrome/common/extensions/extension_file_util.cc   if (!base::PathExists(manifest_path)) {
PathExists        229 chrome/common/extensions/extension_file_util.cc   if (!base::PathExists(path) ||
PathExists        332 chrome/common/extensions/extension_file_util.cc   if (!base::PathExists(locale_path))
PathExists        428 chrome/common/extensions/extension_file_util.cc   if (base::PathExists(temp_path)) {
PathExists        312 chrome/common/extensions/extension_l10n_util.cc   if (base::PathExists(
PathExists        299 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc   if (!base::PathExists(path) ||
PathExists        205 chrome/common/extensions/manifest_handlers/theme_handler.cc           if (!base::PathExists(image_path)) {
PathExists         32 chrome/common/extensions/manifest_tests/extension_manifest_test.cc   EXPECT_TRUE(base::PathExists(manifest_path)) <<
PathExists        252 chrome/common/extensions/manifest_url_handler.cc     if (path.empty() || !base::PathExists(path)) {
PathExists        302 chrome/common/importer/firefox_importer_utils.cc   if (base::PathExists(app_ini_file)) {
PathExists         17 chrome/common/importer/firefox_importer_utils_linux.cc   if (base::PathExists(ini_file))
PathExists         81 chrome/common/importer/firefox_importer_utils_win.cc   return base::PathExists(ini_file) ? ini_file : base::FilePath();
PathExists        170 chrome/common/logging_chrome.cc   bool symlink_exists = base::PathExists(symlink_path);
PathExists        112 chrome/common/net/url_fixer_upper.cc   if (!base::PathExists(file_path))
PathExists        107 chrome/installer/launcher_support/chrome_launcher_support.cc     if (base::PathExists(setup_exe_path))
PathExists        124 chrome/installer/launcher_support/chrome_launcher_support.cc     if (base::PathExists(exe_path))
PathExists        129 chrome/installer/launcher_support/chrome_launcher_support.cc     if (base::PathExists(exe_path))
PathExists         40 chrome/installer/setup/archive_patch_helper.cc   DCHECK(!base::PathExists(target_));
PathExists         20 chrome/installer/setup/archive_patch_helper_unittest.cc     ASSERT_TRUE(base::PathExists(data_dir_));
PathExists        213 chrome/installer/setup/install.cc         base::PathExists(new_chrome_exe) && current_version->get() &&
PathExists        238 chrome/installer/setup/install.cc     if (base::PathExists(new_chrome_exe)) {
PathExists        314 chrome/installer/setup/install.cc   if (!base::PathExists(src_path.Append(elements_dir))) {
PathExists        225 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(manifest_path_));
PathExists        235 chrome/installer/setup/install_unittest.cc   ASSERT_TRUE(base::PathExists(manifest_path_));
PathExists        300 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_desktop_shortcut_));
PathExists        314 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_quick_launch_shortcut_));
PathExists        367 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_quick_launch_shortcut_));
PathExists        368 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_start_menu_shortcut_));
PathExists        392 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_desktop_shortcut_));
PathExists        393 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_quick_launch_shortcut_));
PathExists        394 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_start_menu_shortcut_));
PathExists        421 chrome/installer/setup/install_unittest.cc   ASSERT_FALSE(base::PathExists(user_desktop_shortcut_));
PathExists        488 chrome/installer/setup/install_worker.cc   if (base::PathExists(
PathExists        109 chrome/installer/setup/setup_main.cc   if (!base::PathExists(compressed_archive)) {
PathExists        120 chrome/installer/setup/setup_main.cc   DCHECK(!base::PathExists(target));
PathExists        155 chrome/installer/setup/setup_main.cc   if (base::PathExists(archive_helper->target())) {
PathExists        931 chrome/installer/setup/setup_main.cc   if (base::PathExists(chrome_exe)) {
PathExists       1450 chrome/installer/setup/setup_main.cc         !base::PathExists(uncompressed_archive)) {
PathExists        182 chrome/installer/setup/setup_util.cc     if (base::PathExists(patch_source))
PathExists        190 chrome/installer/setup/setup_util.cc     if (base::PathExists(patch_source))
PathExists        104 chrome/installer/setup/setup_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        110 chrome/installer/setup/setup_util_unittest.cc   ASSERT_FALSE(base::PathExists(chrome_dir));
PathExists        115 chrome/installer/setup/setup_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        120 chrome/installer/setup/setup_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        127 chrome/installer/setup/setup_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        130 chrome/installer/setup/setup_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        139 chrome/installer/setup/setup_util_unittest.cc   ASSERT_TRUE(base::PathExists(test_file));
PathExists        143 chrome/installer/setup/setup_util_unittest.cc   EXPECT_FALSE(base::PathExists(test_file));
PathExists       1133 chrome/installer/setup/uninstall.cc       if (base::PathExists(system_chrome_path)) {
PathExists        143 chrome/installer/test/alternate_version_generator_main.cc   if (!base::PathExists(mini_installer)) {
PathExists        151 chrome/installer/test/alternate_version_generator_main.cc   if (!cmd_line->HasSwitch(switches::kForce) && base::PathExists(out)) {
PathExists        122 chrome/installer/util/chrome_browser_operations.cc     if (base::PathExists(prefs_path)) {
PathExists         35 chrome/installer/util/conditional_work_item_list.cc   return base::PathExists(key_path_);
PathExists         32 chrome/installer/util/copy_tree_work_item.cc   if (!base::PathExists(source_path_)) {
PathExists         37 chrome/installer/util/copy_tree_work_item.cc   bool dest_exist = base::PathExists(dest_path_);
PathExists         55 chrome/installer/util/copy_tree_work_item.cc         base::PathExists(alternative_path_) ||
PathExists        129 chrome/installer/util/copy_tree_work_item.cc   if (!base::PathExists(path))
PathExists         49 chrome/installer/util/copy_tree_work_item_unittest.cc     if (!base::PathExists(path))
PathExists         82 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists         88 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        103 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        104 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        110 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(file_name_to));
PathExists        111 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        122 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        128 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        133 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        145 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        146 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        153 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        154 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        169 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        170 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        177 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        178 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        192 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        198 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        203 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        220 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        221 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        226 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(backup_file));
PathExists        232 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        233 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        237 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        249 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        250 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        255 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        260 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        261 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        264 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        273 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        279 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        284 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        304 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        305 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        309 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_TRUE(base::PathExists(backup_file));
PathExists        314 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        325 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        335 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        340 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        368 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        369 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        373 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(backup_file));
PathExists        379 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        380 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        384 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        404 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        414 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        420 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        443 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        444 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        454 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        455 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        460 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(alternate_to));
PathExists        484 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        485 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        489 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(backup_file));
PathExists        490 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(alternate_to));
PathExists        495 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        496 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        500 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        501 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(alternate_to));
PathExists        515 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        525 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        529 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        546 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        547 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        550 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        557 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        558 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        561 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        573 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        574 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        577 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        583 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        584 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(file_name_to));
PathExists        586 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(backup_file));
PathExists        597 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from));
PathExists        607 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_to));
PathExists        612 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_to));
PathExists        643 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_TRUE(base::PathExists(file_name_from));
PathExists        644 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_TRUE(base::PathExists(file_name_to));
PathExists        648 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_TRUE(base::PathExists(backup_file));
PathExists        653 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(backup_file));
PathExists        670 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_from));
PathExists        675 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_from_1));
PathExists        680 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_from_2));
PathExists        685 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from_1));
PathExists        690 chrome/installer/util/copy_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_from_2));
PathExists        710 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to_1));
PathExists        718 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_to_2));
PathExists         19 chrome/installer/util/create_dir_work_item.cc   if (base::PathExists(path_)) {
PathExists         28 chrome/installer/util/create_dir_work_item.cc   } while ((parent_dir != top_path_) && !base::PathExists(parent_dir));
PathExists         59 chrome/installer/util/create_dir_work_item.cc     if (base::PathExists(path_to_delete)) {
PathExists         32 chrome/installer/util/create_dir_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(parent_dir));
PathExists         46 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists         51 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(top_dir_to_create));
PathExists         52 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(parent_dir));
PathExists         59 chrome/installer/util/create_dir_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_to_create));
PathExists         66 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists         72 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists         90 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create_3));
PathExists         96 chrome/installer/util/create_dir_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_to_create_4));
PathExists        101 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(dir_to_create_3));
PathExists        104 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create_2));
PathExists        105 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create_4));
PathExists        123 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create_3));
PathExists        126 chrome/installer/util/create_dir_work_item_unittest.cc   ASSERT_FALSE(base::PathExists(dir_to_create_3));
PathExists        132 chrome/installer/util/create_dir_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(dir_to_create_1));
PathExists        111 chrome/installer/util/delete_tree_work_item.cc   if (!root_path_.empty() && base::PathExists(root_path_)) {
PathExists        146 chrome/installer/util/delete_tree_work_item.cc     if (base::PathExists(backup))
PathExists        156 chrome/installer/util/delete_tree_work_item.cc       if (base::PathExists(backup_file) &&
PathExists         51 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete));
PathExists         56 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete_1));
PathExists         61 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete_2));
PathExists         66 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_delete_1));
PathExists         71 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_delete_2));
PathExists         84 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(file_name_delete_1));
PathExists         85 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(file_name_delete_2));
PathExists         86 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(dir_name_delete));
PathExists         90 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_delete_1));
PathExists         91 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_delete_2));
PathExists         92 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_name_delete));
PathExists        103 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete));
PathExists        108 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete_1));
PathExists        113 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete_2));
PathExists        118 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_delete_1));
PathExists        123 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_delete_2));
PathExists        136 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(file_name_delete_1));
PathExists        137 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(file_name_delete_2));
PathExists        138 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(dir_name_delete));
PathExists        142 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_delete_1));
PathExists        143 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_delete_2));
PathExists        144 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(dir_name_delete));
PathExists        153 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete));
PathExists        158 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete_1));
PathExists        163 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(dir_name_delete_2));
PathExists        168 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_delete_1));
PathExists        173 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(file_name_delete_2));
PathExists        184 chrome/installer/util/delete_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(key_path));
PathExists        212 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(key_path));
PathExists        213 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_delete_1));
PathExists        214 chrome/installer/util/delete_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(file_name_delete_2));
PathExists         43 chrome/installer/util/duplicate_tree_detector_unittest.cc     ASSERT_TRUE(base::PathExists(d1));
PathExists         48 chrome/installer/util/duplicate_tree_detector_unittest.cc     ASSERT_TRUE(base::PathExists(f1));
PathExists         53 chrome/installer/util/duplicate_tree_detector_unittest.cc     ASSERT_TRUE(base::PathExists(d2));
PathExists         58 chrome/installer/util/duplicate_tree_detector_unittest.cc     ASSERT_TRUE(base::PathExists(f2));
PathExists         97 chrome/installer/util/duplicate_tree_detector_unittest.cc   ASSERT_TRUE(base::PathExists(new_file));
PathExists        111 chrome/installer/util/duplicate_tree_detector_unittest.cc   ASSERT_TRUE(base::PathExists(new_file));
PathExists         27 chrome/installer/util/eula_util.cc       base::PathExists(eula_sentinel);
PathExists        241 chrome/installer/util/google_update_util.cc   if (exe_path.empty() || !base::PathExists(exe_path)) {
PathExists        409 chrome/installer/util/install_util.cc          base::PathExists(user_data_dir.Append(chrome::kFirstRunSentinel));
PathExists        544 chrome/installer/util/installer_state.cc     if (base::PathExists(target_path().Append(kChromeNewExe)))
PathExists        643 chrome/installer/util/installer_state.cc     if (base::PathExists(file) && IsFileInUse(file))
PathExists         99 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        104 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_1));
PathExists        109 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_2));
PathExists        114 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_3));
PathExists        119 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_4));
PathExists        124 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_1));
PathExists        129 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_2));
PathExists        134 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_3));
PathExists        139 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_4));
PathExists        152 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(chrome_dir_1));
PathExists        153 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(chrome_dir_2));
PathExists        154 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(chrome_dir_3));
PathExists        156 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_dll_4));
PathExists        165 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir));
PathExists        170 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_1));
PathExists        175 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_2));
PathExists        180 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_3));
PathExists        185 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dir_4));
PathExists        190 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_1));
PathExists        195 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_2));
PathExists        204 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_othera_2));
PathExists        209 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_otherb_2));
PathExists        214 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_3));
PathExists        219 chrome/installer/util/installer_state_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_dll_4));
PathExists        234 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_dir_1));
PathExists        236 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(chrome_dir_3));
PathExists        238 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_dir_2));
PathExists        239 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_dll_2));
PathExists        240 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_othera_2));
PathExists        241 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_otherb_2));
PathExists        243 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_dll_4));
PathExists        281 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(new_version_dir));
PathExists        282 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(old_version_dir));
PathExists        284 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(installer_dir));
PathExists        286 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(new_version_dir));
PathExists        289 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(old_version_dir));
PathExists        294 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(old_chrome_dll));
PathExists        302 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(old_chrome_dll));
PathExists        314 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(old_version_dir));
PathExists        315 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(new_version_dir));
PathExists        324 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(base::PathExists(new_version_dir));
PathExists        327 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(old_chrome_dll));
PathExists        328 chrome/installer/util/installer_state_unittest.cc   EXPECT_FALSE(base::PathExists(old_version_dir));
PathExists        538 chrome/installer/util/installer_state_unittest.cc     EXPECT_TRUE(base::PathExists(version_dirs[i]));
PathExists         59 chrome/installer/util/logging_installer.cc              base::PathExists(log_file))) {
PathExists         24 chrome/installer/util/logging_installer_unittest.cc   ASSERT_TRUE(base::PathExists(temp_file));
PathExists         37 chrome/installer/util/logging_installer_unittest.cc   EXPECT_FALSE(base::PathExists(temp_file.Append(L".tmp")));
PathExists         49 chrome/installer/util/logging_installer_unittest.cc   ASSERT_TRUE(base::PathExists(temp_file));
PathExists         57 chrome/installer/util/logging_installer_unittest.cc   EXPECT_TRUE(base::PathExists(temp_file));
PathExists         71 chrome/installer/util/logging_installer_unittest.cc   ASSERT_TRUE(base::PathExists(temp_file));
PathExists         85 chrome/installer/util/logging_installer_unittest.cc   EXPECT_TRUE(base::PathExists(temp_file));
PathExists         99 chrome/installer/util/logging_installer_unittest.cc   ASSERT_TRUE(base::PathExists(temp_file));
PathExists        116 chrome/installer/util/logging_installer_unittest.cc   EXPECT_FALSE(base::PathExists(temp_file));
PathExists         20 chrome/installer/util/lzma_util_unittest.cc     ASSERT_TRUE(base::PathExists(data_dir_));
PathExists         57 chrome/installer/util/lzma_util_unittest.cc   ASSERT_FALSE(base::PathExists(extract_dir));
PathExists         59 chrome/installer/util/lzma_util_unittest.cc   ASSERT_TRUE(base::PathExists(extract_dir));
PathExists         67 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("a.exe")));
PathExists         74 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("b.exe")));
PathExists         89 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("archive\\a.exe")));
PathExists         90 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(base::PathExists(
PathExists         98 chrome/installer/util/lzma_util_unittest.cc   ASSERT_FALSE(base::PathExists(extract_dir));
PathExists        100 chrome/installer/util/lzma_util_unittest.cc   ASSERT_TRUE(base::PathExists(extract_dir));
PathExists        106 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("a.exe")));
PathExists        112 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("b.exe")));
PathExists        101 chrome/installer/util/master_preferences.cc   if (base::PathExists(prefs_path) &&
PathExists         31 chrome/installer/util/move_tree_work_item.cc   if (!base::PathExists(source_path_)) {
PathExists         44 chrome/installer/util/move_tree_work_item.cc   if (base::PathExists(dest_path_)) {
PathExists         65 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir1));
PathExists         70 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir2));
PathExists         75 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists         80 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_FALSE(base::PathExists(to_dir));
PathExists         85 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_FALSE(base::PathExists(to_file));
PathExists         95 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_dir1));
PathExists         96 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists         97 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_file));
PathExists        102 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir1));
PathExists        103 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_file));
PathExists        104 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(to_dir));
PathExists        114 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir1));
PathExists        119 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir2));
PathExists        124 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        130 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_dir));
PathExists        135 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(orig_to_file));
PathExists        140 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_FALSE(base::PathExists(new_to_file));
PathExists        150 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_dir1));
PathExists        151 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        152 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(new_to_file));
PathExists        153 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(orig_to_file));
PathExists        158 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir1));
PathExists        159 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        160 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(new_to_file));
PathExists        161 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(orig_to_file));
PathExists        173 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir));
PathExists        178 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        183 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_FALSE(base::PathExists(to_file));
PathExists        193 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        194 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_file));
PathExists        195 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_file));
PathExists        201 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        202 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_file));
PathExists        203 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(to_file));
PathExists        214 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir));
PathExists        219 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        225 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_dir));
PathExists        230 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_file));
PathExists        240 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        241 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_file));
PathExists        242 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        243 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(to_file));
PathExists        249 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        251 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        262 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir));
PathExists        267 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        273 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_dir));
PathExists        281 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_file));
PathExists        300 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        301 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_file));
PathExists        302 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        308 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        310 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        325 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir));
PathExists        333 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        339 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_dir));
PathExists        344 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_file));
PathExists        363 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        364 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_file));
PathExists        365 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        375 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        376 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_file));
PathExists        377 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        383 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir));
PathExists        385 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        396 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir1));
PathExists        401 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir2));
PathExists        406 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        438 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_dir1));
PathExists        440 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        441 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(orig_to_file));
PathExists        455 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir1));
PathExists        456 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        457 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(orig_to_file));
PathExists        469 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir1));
PathExists        474 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_dir2));
PathExists        479 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file));
PathExists        484 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(from_file2));
PathExists        490 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_dir));
PathExists        496 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(to_dir2));
PathExists        502 chrome/installer/util/move_tree_work_item_unittest.cc   ASSERT_TRUE(base::PathExists(orig_to_file));
PathExists        514 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(from_dir1));
PathExists        516 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        517 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(orig_to_file));
PathExists        523 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(new_to_file2));
PathExists        535 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(from_dir1));
PathExists        536 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(to_dir));
PathExists        537 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_TRUE(base::PathExists(orig_to_file));
PathExists        542 chrome/installer/util/move_tree_work_item_unittest.cc   EXPECT_FALSE(base::PathExists(new_to_file2));
PathExists         24 chrome/installer/util/self_cleaning_temp_dir.cc   if (base::PathExists(temp_parent_dir)) {
PathExists         32 chrome/installer/util/self_cleaning_temp_dir.cc     } while (parent_dir != *base_dir && !base::PathExists(parent_dir));
PathExists        709 chrome/installer/util/shell_util.cc   if (!base::PathExists(exe_path)) {
PathExists        719 chrome/installer/util/shell_util.cc   if (base::PathExists(exe_path)) {
PathExists       1548 chrome/installer/util/shell_util.cc              !base::PathExists(system_shortcut_path)) {
PathExists        344 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(
PathExists        351 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(
PathExists        373 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(
PathExists        380 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(
PathExists        390 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path));
PathExists        395 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(shortcut_path));
PathExists        396 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path.DirName()));
PathExists        406 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path));
PathExists        411 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(shortcut_path));
PathExists        412 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path.DirName()));
PathExists        424 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut1_path));
PathExists        435 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut2_path));
PathExists        446 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut3_path));
PathExists        452 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(shortcut1_path));
PathExists        453 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(shortcut2_path));
PathExists        454 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut3_path));
PathExists        455 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut1_path.DirName()));
PathExists        462 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        482 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        504 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        514 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        546 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        556 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        567 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(GetExpectedShortcutPath(
PathExists        603 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut1_path));
PathExists        614 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut2_path));
PathExists        625 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut3_path));
PathExists        636 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut4_path));
PathExists        734 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_shortcut_folder));
PathExists        738 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(chrome_shortcut_folder));
PathExists        740 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(chrome_apps_shortcut_folder));
PathExists        744 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(chrome_apps_shortcut_folder));
PathExists        760 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(fake_start_menu_.path()));
PathExists        761 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path));
PathExists        767 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(fake_start_menu_.path()));
PathExists        768 chrome/installer/util/shell_util_unittest.cc   ASSERT_FALSE(base::PathExists(shortcut_path));
PathExists        787 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path));
PathExists        795 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path));
PathExists        796 chrome/installer/util/shell_util_unittest.cc   ASSERT_TRUE(base::PathExists(shortcut_path.DirName()));
PathExists         62 chrome/installer/util/work_item_list_unittest.cc   ASSERT_FALSE(base::PathExists(dir_to_create));
PathExists         93 chrome/installer/util/work_item_list_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists        102 chrome/installer/util/work_item_list_unittest.cc   EXPECT_FALSE(base::PathExists(top_dir_to_create));
PathExists        114 chrome/installer/util/work_item_list_unittest.cc   ASSERT_FALSE(base::PathExists(dir_to_create));
PathExists        151 chrome/installer/util/work_item_list_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists        161 chrome/installer/util/work_item_list_unittest.cc   EXPECT_FALSE(base::PathExists(top_dir_to_create));
PathExists        172 chrome/installer/util/work_item_list_unittest.cc   ASSERT_FALSE(base::PathExists(dir_to_create));
PathExists        208 chrome/installer/util/work_item_list_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists        217 chrome/installer/util/work_item_list_unittest.cc   EXPECT_FALSE(base::PathExists(top_dir_to_create));
PathExists        228 chrome/installer/util/work_item_list_unittest.cc   ASSERT_FALSE(base::PathExists(dir_to_create));
PathExists        266 chrome/installer/util/work_item_list_unittest.cc   EXPECT_TRUE(base::PathExists(dir_to_create));
PathExists        275 chrome/installer/util/work_item_list_unittest.cc   EXPECT_FALSE(base::PathExists(top_dir_to_create));
PathExists        280 chrome/renderer/chrome_render_process_observer.cc       base::PathExists(pdf)) {
PathExists       1308 chrome/renderer/spellchecker/spellcheck_unittest.cc     EXPECT_TRUE(base::PathExists(dict)) << dict.value() << " not found";
PathExists        330 chrome/test/base/testing_profile.cc   if (!base::PathExists(profile_path_))
PathExists        435 chrome/test/base/testing_profile.cc     if (!base::DeleteFile(path, false) || base::PathExists(path))
PathExists        117 chrome/test/base/ui_test_utils.cc   if (base::PathExists(snapshot_file)) {
PathExists        124 chrome/test/base/ui_test_utils.cc     } while (base::PathExists(trial_file));
PathExists         70 chrome/test/base/v8_unit_test.cc       library_file = base::PathExists(gen_file) ? gen_file :
PathExists        460 chrome/test/base/web_ui_browsertest.cc   EXPECT_TRUE(base::PathExists(test_path));
PathExists        108 chrome/test/chromedriver/chrome/chrome_finder.cc       if (base::PathExists(path)) {
PathExists        118 chrome/test/chromedriver/chrome/chrome_finder.cc       base::Bind(&base::PathExists),
PathExists         92 chrome/test/chromedriver/chrome_launcher.cc   } else if (!base::PathExists(program)) {
PathExists         88 chrome/test/chromedriver/chrome_launcher_unittest.cc   ASSERT_TRUE(base::PathExists(temp_ext_path));
PathExists        130 chrome/test/chromedriver/chrome_launcher_unittest.cc   ASSERT_TRUE(base::PathExists(base::FilePath(ext_path_list[0])));
PathExists        131 chrome/test/chromedriver/chrome_launcher_unittest.cc   ASSERT_TRUE(base::PathExists(base::FilePath(ext_path_list[1])));
PathExists        150 chrome/test/chromedriver/chrome_launcher_unittest.cc   ASSERT_TRUE(base::PathExists(base::FilePath(load.substr(3))));
PathExists         39 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_TRUE(base::PathExists(base::FilePath(path)));
PathExists         81 chrome/test/gpu/gpu_feature_browsertest.cc     ASSERT_TRUE(base::PathExists(test_path))
PathExists        498 chrome/test/gpu/gpu_feature_browsertest.cc   ASSERT_TRUE(base::PathExists(test_path))
PathExists        112 chrome/test/mini_installer_test/installer_path_provider.cc   if (base::PathExists(mini_installer)) {
PathExists        168 chrome/test/mini_installer_test/installer_path_provider.cc   return base::PathExists(standalone_installer);
PathExists         61 chrome/test/mini_installer_test/installer_test_util.cc   if (!has_install_dir || !base::PathExists(path))
PathExists        156 chrome/test/mini_installer_test/installer_test_util.cc   if (!base::PathExists(installer)) {
PathExists        167 chrome/test/mini_installer_test/installer_test_util.cc   if (!base::PathExists(installer)) {
PathExists        281 chrome/test/mini_installer_test/installer_test_util.cc   if (!base::PathExists(command.GetProgram())) {
PathExists         32 chrome/test/mini_installer_test/run_all_unittests.cc   if (base::PathExists(path)) {
PathExists         35 chrome/test/mini_installer_test/run_all_unittests.cc     if (base::PathExists(backup_path))
PathExists        213 chrome/test/nacl/nacl_browsertest_util.cc   ASSERT_TRUE(base::PathExists(plugin_lib)) << plugin_lib.value();
PathExists        167 chrome/test/ppapi/ppapi_test.cc   EXPECT_TRUE(base::PathExists(test_path));
PathExists        318 chrome/test/ppapi/ppapi_test.cc   EXPECT_TRUE(base::PathExists(plugin_lib));
PathExists        370 chrome/test/ppapi/ppapi_test.cc   EXPECT_TRUE(base::PathExists(plugin_lib));
PathExists        491 chrome/test/ppapi/ppapi_test.cc   EXPECT_TRUE(base::PathExists(plugin_lib));
PathExists         27 chrome/tools/crash_service/main.cc   if (!base::PathExists(temp_dir)) {
PathExists        104 chrome/utility/chrome_content_utility_client.cc         !base::PathExists(pdf_module_path)) {
PathExists         51 chrome/utility/extensions/unpacker.cc   if (!base::PathExists(path) ||
PathExists        118 chrome/utility/extensions/unpacker.cc   if (!base::PathExists(manifest_path)) {
PathExists         40 chrome/utility/extensions/unpacker_unittest.cc     ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
PathExists        147 chrome/utility/importer/firefox_importer.cc   if (!base::PathExists(file))
PathExists        191 chrome/utility/importer/firefox_importer.cc   if (!base::PathExists(file))
PathExists        349 chrome/utility/importer/firefox_importer.cc   if (base::PathExists(file)) {
PathExists        355 chrome/utility/importer/firefox_importer.cc     if (!base::PathExists(file))
PathExists        390 chrome/utility/importer/firefox_importer.cc   if (!base::PathExists(file))
PathExists        415 chrome/utility/importer/firefox_importer.cc   if (!base::PathExists(app_path)) {
PathExists         82 chromeos/accelerometer/accelerometer_reader.cc   if (!base::PathExists(base::FilePath(kAccelerometerTriggerPath))) {
PathExists         23 chromeos/chromeos_test_utils.cc   if (!base::PathExists(path))  // We don't want to create this.
PathExists        473 chromeos/dbus/cros_disks_client.cc     if (!base::PathExists(base::FilePath::FromUTF8Unsafe(source_path))) {
PathExists        225 chromeos/settings/timezone_settings.cc   if (!base::PathExists(timezone_file)) {
PathExists         28 chromeos/system/name_value_pairs_parser.cc   if (!base::PathExists(base::FilePath(argv[0]))) {
PathExists        780 cloud_print/gcp20/prototype/printer.cc   if (!base::PathExists(file_path)) {
PathExists        165 cloud_print/service/win/service_controller.cc   if (!base::PathExists(service_path))
PathExists        249 cloud_print/service/win/service_controller.cc   if (!base::PathExists(service_path))
PathExists         43 cloud_print/service/win/service_listener.cc       DCHECK(base::PathExists(temp_file));
PathExists        118 cloud_print/virtual_driver/win/install/setup.cc   } else if (!base::PathExists(target_path)) {
PathExists        240 cloud_print/virtual_driver/win/install/setup.cc       if (!base::PathExists(dst_path)) {
PathExists        242 cloud_print/virtual_driver/win/install/setup.cc         if (!base::PathExists(src_path))
PathExists        260 cloud_print/virtual_driver/win/install/setup.cc     if (base::PathExists(file_path))
PathExists        272 cloud_print/virtual_driver/win/install/setup.cc   if (!base::PathExists(xps_path)) {
PathExists        286 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc       base::PathExists(base::FilePath(data))) {
PathExists         47 cloud_print/virtual_driver/win/port_monitor/port_monitor_dll.cc   if (!base::PathExists(xps_path)) {
PathExists        102 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc   EXPECT_TRUE(base::PathExists(chrome_path));
PathExists         36 components/json_schema/json_schema_validator_unittest_base.cc   EXPECT_TRUE(base::PathExists(path));
PathExists         56 components/nacl/browser/nacl_file_host.cc       !base::PathExists(pnacl_dir)) {
PathExists         69 components/policy/core/common/cloud/user_cloud_policy_store.cc   if (!base::PathExists(policy_path)) {
PathExists        240 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc   EXPECT_FALSE(base::PathExists(key_file()));
PathExists        247 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc   EXPECT_TRUE(base::PathExists(key_file()));
PathExists        275 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc   ASSERT_TRUE(base::PathExists(policy_file()));
PathExists        284 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc   ASSERT_TRUE(!base::PathExists(policy_file()));
PathExists        462 components/policy/core/common/policy_loader_win.cc   if (base::PathExists(preg_file)) {
PathExists        467 components/policy/core/common/policy_loader_win.cc     if (redirection_disable.is_active() && base::PathExists(preg_file)) {
PathExists         75 components/storage_monitor/media_storage_util.cc       if (!base::PathExists(base::FilePath::FromUTF8Unsafe(unique_id)))
PathExists        232 components/webdata/common/web_database_migration_unittest.cc     return base::PathExists(source_path) &&
PathExists        145 content/browser/accessibility/dump_accessibility_tree_browsertest.cc   ASSERT_TRUE(base::PathExists(test_path))
PathExists        231 content/browser/accessibility/dump_accessibility_tree_browsertest.cc   if (!base::PathExists(expected_file)) {
PathExists       1793 content/browser/appcache/appcache_storage_impl_unittest.cc     EXPECT_FALSE(PathExists(
PathExists       1795 content/browser/appcache/appcache_storage_impl_unittest.cc     EXPECT_FALSE(PathExists(
PathExists        154 content/browser/appcache/chrome_appcache_service_unittest.cc   ASSERT_TRUE(base::PathExists(appcache_path));
PathExists        155 content/browser/appcache/chrome_appcache_service_unittest.cc   ASSERT_TRUE(base::PathExists(appcache_path.AppendASCII("Index")));
PathExists        166 content/browser/appcache/chrome_appcache_service_unittest.cc   ASSERT_TRUE(base::PathExists(appcache_path));
PathExists        191 content/browser/appcache/chrome_appcache_service_unittest.cc   ASSERT_TRUE(base::PathExists(appcache_path));
PathExists        192 content/browser/appcache/chrome_appcache_service_unittest.cc   ASSERT_TRUE(base::PathExists(appcache_path.AppendASCII("Index")));
PathExists        206 content/browser/appcache/chrome_appcache_service_unittest.cc   ASSERT_TRUE(base::PathExists(appcache_path));
PathExists        149 content/browser/browser_main_loop.cc       if (base::PathExists(sandbox_candidate))
PathExists        139 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_FALSE(base::PathExists(kExpectedOriginFilePath));
PathExists        157 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_FALSE(base::PathExists(kExpectedOriginFilePath));
PathExists        327 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(base::PathExists(db_file_path));
PathExists        333 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(base::PathExists(db_file_path));
PathExists        336 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(base::PathExists(db_file_path));
PathExists        337 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(base::PathExists(db_journal_file_path));
PathExists        349 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(base::PathExists(db_file_path));
PathExists        355 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(base::PathExists(db_file_path));
PathExists        366 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(base::PathExists(db_file_path));
PathExists        369 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(base::PathExists(db_file_path));
PathExists         79 content/browser/dom_storage/dom_storage_database.cc            !base::PathExists(file_path_);
PathExists        141 content/browser/dom_storage/dom_storage_database.cc   bool database_exists = base::PathExists(file_path_);
PathExists        245 content/browser/dom_storage/dom_storage_database.cc   DCHECK(base::PathExists(file_path_));
PathExists        129 content/browser/dom_storage/dom_storage_database_unittest.cc   EXPECT_TRUE(base::PathExists(file_name));
PathExists        140 content/browser/dom_storage/dom_storage_database_unittest.cc   EXPECT_TRUE(base::PathExists(file_name));
PathExists        147 content/browser/dom_storage/dom_storage_database_unittest.cc   EXPECT_FALSE(base::PathExists(file_name));
PathExists        157 content/browser/dom_storage/dom_storage_database_unittest.cc   EXPECT_TRUE(base::PathExists(file_name));
PathExists        167 content/browser/dom_storage/dom_storage_database_unittest.cc   EXPECT_FALSE(base::PathExists(file_name));
PathExists        320 content/browser/dom_storage/dom_storage_database_unittest.cc   ASSERT_TRUE(base::PathExists(webcore_database));
PathExists        389 content/browser/dom_storage/dom_storage_database_unittest.cc     EXPECT_TRUE(base::PathExists(temp_dir.path()));
PathExists        332 content/browser/dom_storage/session_storage_database.cc       (!base::PathExists(file_path_) || base::IsDirectoryEmpty(file_path_))) {
PathExists         20 content/browser/download/base_file_posix.cc   if (!base::PathExists(new_path)) {
PathExists         81 content/browser/download/base_file_unittest.cc     EXPECT_EQ(expect_file_survives_, base::PathExists(full_path));
PathExists        239 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(base_file_->full_path()));
PathExists        241 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(base_file_->full_path()));
PathExists        284 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        286 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(new_path));
PathExists        291 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(initial_path));
PathExists        292 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(new_path));
PathExists        422 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        424 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(new_path));
PathExists        430 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(initial_path));
PathExists        431 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(new_path));
PathExists        441 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        443 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(new_path));
PathExists        449 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(initial_path));
PathExists        450 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(base::PathExists(new_path));
PathExists        467 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(base::PathExists(new_path));
PathExists        354 content/browser/download/base_file_win.cc   if (!base::PathExists(full_path_)) {
PathExists        672 content/browser/download/download_browsertest.cc                base::PathExists(download->GetFullPath())));
PathExists       1458 content/browser/download/download_browsertest.cc   EXPECT_TRUE(base::PathExists(intermediate_path));
PathExists       1465 content/browser/download/download_browsertest.cc   EXPECT_FALSE(base::PathExists(intermediate_path));
PathExists       1490 content/browser/download/download_browsertest.cc     EXPECT_TRUE(base::PathExists(intermediate_path));
PathExists       1497 content/browser/download/download_browsertest.cc     EXPECT_FALSE(base::PathExists(intermediate_path));
PathExists       1513 content/browser/download/download_browsertest.cc     EXPECT_TRUE(base::PathExists(target_path));
PathExists       1519 content/browser/download/download_browsertest.cc     EXPECT_TRUE(base::PathExists(target_path));
PathExists       1548 content/browser/download/download_browsertest.cc   EXPECT_TRUE(base::PathExists(intermediate_path));
PathExists       1559 content/browser/download/download_browsertest.cc   EXPECT_FALSE(base::PathExists(intermediate_path));
PathExists       1595 content/browser/download/download_browsertest.cc   EXPECT_TRUE(base::PathExists(intermediate_path));
PathExists       1606 content/browser/download/download_browsertest.cc   EXPECT_FALSE(base::PathExists(intermediate_path));
PathExists        343 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        359 content/browser/download/download_file_unittest.cc   EXPECT_FALSE(base::PathExists(initial_path));
PathExists        360 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(path_1));
PathExists        374 content/browser/download/download_file_unittest.cc   EXPECT_FALSE(base::PathExists(path_1));
PathExists        375 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(path_2));
PathExists        388 content/browser/download/download_file_unittest.cc   EXPECT_FALSE(base::PathExists(path_2));
PathExists        389 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(path_3));
PathExists        405 content/browser/download/download_file_unittest.cc   EXPECT_FALSE(base::PathExists(path_3));
PathExists        406 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(path_4));
PathExists        414 content/browser/download/download_file_unittest.cc   ASSERT_FALSE(base::PathExists(path_5));
PathExists        418 content/browser/download/download_file_unittest.cc   ASSERT_TRUE(base::PathExists(path_5));
PathExists        438 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        442 content/browser/download/download_file_unittest.cc   ASSERT_FALSE(base::PathExists(path_1));
PathExists        446 content/browser/download/download_file_unittest.cc   ASSERT_TRUE(base::PathExists(path_1));
PathExists        449 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(path_1_suffixed));
PathExists        470 content/browser/download/download_file_unittest.cc   ASSERT_FALSE(base::PathExists(target_path));
PathExists        471 content/browser/download/download_file_unittest.cc   ASSERT_FALSE(base::PathExists(target_path_suffixed));
PathExists        482 content/browser/download/download_file_unittest.cc     EXPECT_FALSE(base::PathExists(target_path_suffixed));
PathExists        494 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        512 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        539 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        555 content/browser/download/download_file_unittest.cc   EXPECT_TRUE(base::PathExists(initial_path));
PathExists        483 content/browser/download/save_file_manager.cc   if (!resource_dir.empty() && !base::PathExists(resource_dir))
PathExists         87 content/browser/fileapi/local_file_util_unittest.cc     return base::PathExists(LocalPath(file_name)) &&
PathExists         55 content/browser/fileapi/obfuscated_file_util_unittest.cc   return base::PathExists(path) && !base::DirectoryExists(path);
PathExists        596 content/browser/fileapi/obfuscated_file_util_unittest.cc     EXPECT_TRUE(PathExists(dest_url));
PathExists        786 content/browser/fileapi/obfuscated_file_util_unittest.cc     EXPECT_TRUE(base::PathExists(origin_directory.AppendASCII("dummy")));
PathExists        867 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(base::PathExists(local_path));
PathExists        875 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_FALSE(base::PathExists(local_path));
PathExists        905 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(base::PathExists(local_path));
PathExists        910 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_FALSE(base::PathExists(local_path));
PathExists        947 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(PathExists(url));
PathExists       1059 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(PathExists(url));
PathExists       1078 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_FALSE(PathExists(url));
PathExists       1090 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(PathExists(url));
PathExists       1140 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_FALSE(PathExists(url));
PathExists       1165 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(PathExists(url));
PathExists       1185 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_FALSE(PathExists(url));
PathExists       1195 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_TRUE(PathExists(url));
PathExists       1746 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_FALSE(PathExists(kPath1));
PathExists         92 content/browser/fileapi/transient_file_util_unittest.cc   ASSERT_TRUE(base::PathExists(temp_path));
PathExists        108 content/browser/fileapi/transient_file_util_unittest.cc     ASSERT_TRUE(base::PathExists(temp_path));
PathExists        120 content/browser/fileapi/transient_file_util_unittest.cc   ASSERT_FALSE(base::PathExists(temp_path));
PathExists       2788 content/browser/loader/resource_dispatcher_host_unittest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists       2821 content/browser/loader/resource_dispatcher_host_unittest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists       2895 content/browser/loader/resource_dispatcher_host_unittest.cc   EXPECT_FALSE(base::PathExists(response_head.download_file_path));
PathExists        505 content/browser/loader/resource_loader_unittest.cc   EXPECT_FALSE(base::PathExists(temp_path()));
PathExists        548 content/browser/loader/resource_loader_unittest.cc   EXPECT_FALSE(base::PathExists(temp_path()));
PathExists        572 content/browser/loader/resource_loader_unittest.cc   EXPECT_FALSE(base::PathExists(temp_path()));
PathExists        612 content/browser/loader/resource_loader_unittest.cc   EXPECT_FALSE(base::PathExists(temp_path()));
PathExists        653 content/browser/loader/resource_loader_unittest.cc   EXPECT_FALSE(base::PathExists(temp_path()));
PathExists         79 content/browser/loader/temporary_file_stream_unittest.cc   EXPECT_TRUE(base::PathExists(file_path));
PathExists        117 content/browser/loader/temporary_file_stream_unittest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists         87 content/browser/media/webrtc_aecdump_browsertest.cc   EXPECT_TRUE(base::PathExists(dump_file_));
PathExists        368 content/browser/media/webrtc_browsertest.cc   EXPECT_TRUE(base::PathExists(dump_file));
PathExists        405 content/browser/media/webrtc_browsertest.cc   EXPECT_TRUE(base::PathExists(dump_file));
PathExists        372 content/browser/media/webrtc_identity_store_backend.cc   if (!base::PathExists(dir) && !base::CreateDirectory(dir)) {
PathExists        565 content/browser/net/sqlite_persistent_cookie_store.cc   if (!base::PathExists(dir) && !base::CreateDirectory(dir)) {
PathExists        119 content/browser/plugin_browsertest.cc     if (!base::PathExists(path)) {
PathExists         37 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc     EXPECT_TRUE(base::PathExists(gtkrc));
PathExists        227 content/browser/storage_partition_impl_map.cc   if (!base::PathExists(unnormalized_root)) {
PathExists        245 content/browser/storage_partition_impl_map.cc     if (root.IsParent(*it) && base::PathExists(*it))
PathExists         52 content/browser/tracing/tracing_controller_browsertest.cc     EXPECT_TRUE(PathExists(file_path));
PathExists         73 content/browser/tracing/tracing_controller_browsertest.cc     EXPECT_TRUE(PathExists(file_path));
PathExists        180 content/browser/webui/web_ui_mojo_browsertest.cc   if (!base::PathExists(test_file_path)) {
PathExists         24 content/common/content_paths.cc       if (!base::PathExists(cur))  // we don't want to create this
PathExists         89 content/common/pepper_plugin_list.cc       if (base::PathExists(plugin.path)) {
PathExists        293 content/ppapi_plugin/ppapi_thread.cc         CHECK(base::PathExists(path));
PathExists        295 content/ppapi_plugin/ppapi_thread.cc             base::PathExists(path.DirName().AppendASCII(kWidevineCdmFileName)));
PathExists        108 content/public/test/sandbox_file_system_test_helper.cc   if (base::PathExists(GetUsageCachePath()))
PathExists         48 content/renderer/media/media_stream_audio_processor_unittest.cc   DCHECK(base::PathExists(file));
PathExists         79 content/renderer/renderer_main_platform_delegate_linux.cc     CHECK(!base::PathExists(base::FilePath("/proc/cpuinfo")));
PathExists        109 content/shell/browser/shell_browser_context.cc   if (!base::PathExists(path_))
PathExists         77 content/shell/browser/shell_browser_main.cc     if (!base::PathExists(local_file)) {
PathExists        137 content/shell/browser/shell_download_manager_delegate.cc   if (!base::PathExists(suggested_directory))
PathExists        112 content/test/image_decoder_test.cc   if (!base::PathExists(data_dir_)) {
PathExists        153 content/test/net/url_request_mock_http_job.cc   if (!base::PathExists(header_file)) {
PathExists         73 content/test/net/url_request_prepackaged_interceptor.cc     EXPECT_TRUE(base::PathExists(path));
PathExists         27 content/test/webui_resource_browsertest.cc     ASSERT_TRUE(PathExists(file));
PathExists         46 content/test/weburl_loader_mock_factory.cc     DCHECK(base::PathExists(response_info.file_path))
PathExists        105 crypto/nss_util.cc   if (!base::PathExists(database_dir))
PathExists         32 extensions/browser/api/storage/leveldb_settings_storage_factory.cc   if (base::PathExists(path))
PathExists        177 extensions/browser/api/storage/storage_frontend_unittest.cc     EXPECT_TRUE(base::PathExists(temp_dir_.path()));
PathExists        185 extensions/browser/api/storage/storage_frontend_unittest.cc     EXPECT_TRUE(base::PathExists(temp_dir_.path()));
PathExists         21 extensions/common/extension_paths.cc   if (!base::PathExists(cur))  // we don't want to create this
PathExists         91 extensions/common/extension_resource.cc   if (base::PathExists(full_path) &&
PathExists         52 extensions/common/file_util.cc   if (!base::PathExists(path))
PathExists        318 extensions/common/manifest_handlers/background_info.cc     if (!base::PathExists(
PathExists        335 extensions/common/manifest_handlers/background_info.cc     if (path.empty() || !base::PathExists(path)) {
PathExists         52 gin/test/file_runner.cc   ASSERT_TRUE(base::PathExists(path)) << path.LossyDisplayName();
PathExists         38 gpu/config/gpu_info_collector_x11.cc   return (base::PathExists(pci_path) ||
PathExists         39 gpu/config/gpu_info_collector_x11.cc           base::PathExists(pcie_path));
PathExists         48 gpu/config/gpu_info_collector_x11.cc   if (!base::PathExists(ati_file_path))
PathExists         33 gpu/gles2_conform_support/gles2_conform_test.cc   if (!base::PathExists(test_expectations_path)) {
PathExists         41 gpu/tools/compositor_model_bench/compositor_model_bench.cc using base::PathExists;
PathExists        382 gpu/tools/compositor_model_bench/compositor_model_bench.cc   if (!PathExists(inPath)) {
PathExists        631 ipc/ipc_channel_posix.cc   return base::PathExists(base::FilePath(channel_id));
PathExists        115 media/ffmpeg/ffmpeg_unittest.cc     EXPECT_TRUE(base::PathExists(path));
PathExists         44 mojo/shell/storage.cc   if (!base::PathExists(profile_path_))
PathExists       1079 net/base/file_stream_unittest.cc   ASSERT_TRUE(base::PathExists(test_dir));
PathExists       1086 net/base/file_stream_unittest.cc   EXPECT_TRUE(base::PathExists(path));
PathExists       3290 net/disk_cache/backend_unittest.cc   EXPECT_TRUE(base::PathExists(to_delete_file));
PathExists       3300 net/disk_cache/backend_unittest.cc     EXPECT_FALSE(base::PathExists(should_be_gone_file));
PathExists         46 net/disk_cache/cache_util.cc     if (!base::PathExists(to_delete))
PathExists         56 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(dest_dir_));
PathExists         57 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(dest_file1_));
PathExists         58 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(dest_file2_));
PathExists         59 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(dest_dir1_));
PathExists         61 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(cache_dir_)); // old cache dir stays
PathExists         63 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(cache_dir_)); // old cache is gone
PathExists         65 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file1_));
PathExists         66 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file2_));
PathExists         67 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(dir1_));
PathExists         72 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(cache_dir_)); // cache dir stays
PathExists         73 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(dir1_));
PathExists         74 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file1_));
PathExists         75 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file2_));
PathExists         76 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file3_));
PathExists         81 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(cache_dir_)); // cache dir is gone
PathExists         82 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(dir1_));
PathExists         83 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file1_));
PathExists         84 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file2_));
PathExists         85 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file3_));
PathExists         90 net/disk_cache/cache_util_unittest.cc   EXPECT_FALSE(base::PathExists(file1_));
PathExists         91 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(cache_dir_)); // cache dir stays
PathExists         92 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(dir1_));
PathExists         93 net/disk_cache/cache_util_unittest.cc   EXPECT_TRUE(base::PathExists(file3_));
PathExists       3678 net/disk_cache/entry_unittest.cc   return PathExists(third_stream_file_path);
PathExists        127 net/disk_cache/simple/simple_backend_impl.cc   if (!base::PathExists(path) && !base::CreateDirectory(path)) {
PathExists        292 net/disk_cache/simple/simple_index_file.cc   const bool index_file_existed = base::PathExists(index_file_path);
PathExists        213 net/disk_cache/simple/simple_index_file_unittest.cc     EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
PathExists        226 net/disk_cache/simple/simple_index_file_unittest.cc   EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
PathExists        259 net/disk_cache/simple/simple_index_file_unittest.cc   EXPECT_FALSE(base::PathExists(index_path));
PathExists        326 net/disk_cache/simple/simple_index_file_unittest.cc   EXPECT_TRUE(base::PathExists(index_file_path));
PathExists        122 net/disk_cache/simple/simple_version_upgrade_unittest.cc   EXPECT_FALSE(base::PathExists(index_file));
PathExists        146 net/dns/dns_hosts.cc   if (!base::PathExists(path))
PathExists        830 net/proxy/proxy_config_service_linux.cc       if (base::PathExists(file.Append("gnome-network-properties"))) {
PathExists       1553 net/proxy/proxy_config_service_linux_unittest.cc   CHECK(base::PathExists(kioslaverc4_));
PathExists         69 net/test/embedded_test_server/embedded_test_server.cc   if (base::PathExists(headers_path)) {
PathExists        352 net/test/spawned_test_server/base_test_server.cc           !base::PathExists(certificate_path)) {
PathExists        368 net/test/spawned_test_server/base_test_server.cc       if (it->IsAbsolute() && !base::PathExists(*it)) {
PathExists        123 net/tools/crash_cache/crash_cache.cc   if (base::PathExists(*full_path))
PathExists       1369 net/url_request/url_fetcher_impl_unittest.cc   ASSERT_FALSE(base::PathExists(file_path_))
PathExists       1417 net/url_request/url_fetcher_impl_unittest.cc     ASSERT_EQ(kTake[i], base::PathExists(file_path_)) <<
PathExists       1437 net/url_request/url_fetcher_impl_unittest.cc   ASSERT_TRUE(base::PathExists(file_path_));
PathExists       1462 net/url_request/url_fetcher_impl_unittest.cc   ASSERT_TRUE(base::PathExists(file_path_));
PathExists       1490 net/url_request/url_fetcher_impl_unittest.cc   ASSERT_FALSE(base::PathExists(file_path_))
PathExists       1531 net/url_request/url_fetcher_impl_unittest.cc     ASSERT_EQ(kTake[i], base::PathExists(file_path_)) <<
PathExists         91 net/url_request/url_fetcher_response_writer_unittest.cc   EXPECT_FALSE(base::PathExists(file_path_));
PathExists        142 net/url_request/url_fetcher_response_writer_unittest.cc   EXPECT_TRUE(base::PathExists(file_path_));
PathExists        177 net/url_request/url_fetcher_response_writer_unittest.cc   EXPECT_FALSE(base::PathExists(file_path));
PathExists        412 remoting/host/remoting_me2me_host.cc       !base::PathExists(host_config_path_)) {
PathExists        560 sql/connection.cc   return !base::PathExists(journal_path) &&
PathExists        561 sql/connection.cc       !base::PathExists(wal_path) &&
PathExists        562 sql/connection.cc       !base::PathExists(path);
PathExists        442 sql/connection_unittest.cc   ASSERT_FALSE(base::PathExists(db_path()));
PathExists        451 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(db_path()));
PathExists        659 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(db_path()));
PathExists        660 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(journal));
PathExists        663 sql/connection_unittest.cc   EXPECT_FALSE(base::PathExists(db_path()));
PathExists        664 sql/connection_unittest.cc   EXPECT_FALSE(base::PathExists(journal));
PathExists        677 sql/connection_unittest.cc   ASSERT_FALSE(base::PathExists(db_path()));
PathExists        691 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(db_path()));
PathExists        692 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(journal));
PathExists        705 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(db_path()));
PathExists        706 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(journal));
PathExists        718 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(db_path()));
PathExists        719 sql/connection_unittest.cc   ASSERT_FALSE(base::PathExists(journal));
PathExists        726 sql/connection_unittest.cc   ASSERT_TRUE(base::PathExists(journal));
PathExists        221 sql/test/test_helpers.cc   if (base::PathExists(db_path) || !base::PathExists(sql_path))
PathExists        367 third_party/leveldatabase/env_chromium.cc   return ::base::PathExists(CreateFilePath(fname));
PathExists        542 third_party/leveldatabase/env_chromium.cc   if (!::base::PathExists(src_file_path))
PathExists         94 third_party/libjingle/overrides/init_webrtc.cc     CHECK(base::PathExists(path));  // libpeerconnection itself is missing.
PathExists         81 third_party/zlib/google/zip_unittest.cc     ASSERT_TRUE(base::PathExists(path)) << "no file " << path.value();
PathExists        192 third_party/zlib/google/zip_unittest.cc   ASSERT_FALSE(base::PathExists(evil_file));
PathExists        207 third_party/zlib/google/zip_unittest.cc   ASSERT_FALSE(base::PathExists(evil_file));
PathExists        312 tools/gn/function_exec_script.cc       !base::PathExists(script_path)) {
PathExists         93 tools/gn/setup.cc   if (base::PathExists(try_this_file))
PathExists         37 tools/perf/clear_system_cache/clear_system_cache_main.cc     if (!base::PathExists(path)) {
PathExists        259 ui/base/resource/resource_bundle.cc   if (test_file_exists && !base::PathExists(locale_file_path))
PathExists         51 ui/base/ui_base_paths.cc       if (!base::PathExists(cur))  // we don't want to create this
PathExists         65 ui/base/ui_base_paths.cc   if (create_dir && !base::PathExists(cur) &&
PathExists         27 ui/gfx/gfx_paths.cc       if (!base::PathExists(cur))  // we don't want to create this
PathExists         76 ui/gfx/icon_util_unittest.cc   ASSERT_TRUE(base::PathExists(icon_filename));
PathExists        216 ui/gfx/icon_util_unittest.cc   EXPECT_FALSE(base::PathExists(valid_icon_filename));
PathExists        227 ui/gfx/icon_util_unittest.cc   EXPECT_FALSE(base::PathExists(valid_icon_filename));
PathExists        238 ui/gfx/icon_util_unittest.cc   EXPECT_FALSE(base::PathExists(valid_icon_filename));
PathExists        248 ui/gfx/icon_util_unittest.cc   EXPECT_FALSE(base::PathExists(invalid_icon_filename));
PathExists        260 ui/gfx/icon_util_unittest.cc   EXPECT_FALSE(base::PathExists(icon_filename));
PathExists        267 ui/gfx/icon_util_unittest.cc   EXPECT_FALSE(base::PathExists(icon_filename));
PathExists         74 ui/gfx/ozone/impl/file_surface_factory.cc   CHECK(!base::PathExists(location_) || base::PathIsWritable(location_));
PathExists       1000 webkit/browser/appcache/appcache_database.cc       (use_in_memory_db || !base::PathExists(db_file_path_))) {
PathExists       1192 webkit/browser/appcache/appcache_database.cc   DCHECK(base::PathExists(db_file_path_));
PathExists       1203 webkit/browser/appcache/appcache_database.cc   if (base::PathExists(directory))
PathExists         66 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(base::PathExists(kDbFile));
PathExists         68 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(base::PathExists(kOtherFile));
PathExists         72 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(base::PathExists(kDbFile));
PathExists         74 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_FALSE(base::PathExists(kOtherFile));
PathExists         99 webkit/browser/appcache/appcache_database_unittest.cc     EXPECT_TRUE(base::PathExists(kOtherFile));
PathExists        100 webkit/browser/appcache/appcache_database_unittest.cc     EXPECT_TRUE(base::PathExists(kDbFile));
PathExists        112 webkit/browser/appcache/appcache_database_unittest.cc     EXPECT_FALSE(base::PathExists(kOtherFile));
PathExists        113 webkit/browser/appcache/appcache_database_unittest.cc     EXPECT_TRUE(base::PathExists(kDbFile));
PathExists        128 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(base::PathExists(kDbFile));
PathExists        141 webkit/browser/appcache/appcache_database_unittest.cc     EXPECT_TRUE(base::PathExists(kDbFile));
PathExists        156 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(base::PathExists(kOtherFile));
PathExists        176 webkit/browser/appcache/appcache_database_unittest.cc     EXPECT_FALSE(base::PathExists(kOtherFile));
PathExists        289 webkit/browser/appcache/appcache_storage_impl.cc       !base::PathExists(db_file_path_) &&
PathExists        469 webkit/browser/database/database_tracker.cc         base::PathExists(kTrackerDatabaseFullPath) &&
PathExists        255 webkit/browser/database/database_tracker_unittest.cc     EXPECT_FALSE(base::PathExists(
PathExists        291 webkit/browser/database/database_tracker_unittest.cc     EXPECT_FALSE(base::PathExists(
PathExists        294 webkit/browser/database/database_tracker_unittest.cc         base::PathExists(tracker->GetFullDBFilePath(kOrigin2, kDB2)));
PathExists        296 webkit/browser/database/database_tracker_unittest.cc         base::PathExists(tracker->GetFullDBFilePath(kOrigin2, kDB3)));
PathExists        619 webkit/browser/database/database_tracker_unittest.cc         base::PathExists(tracker->GetFullDBFilePath(kOrigin1, kDB1)));
PathExists        624 webkit/browser/database/database_tracker_unittest.cc     EXPECT_TRUE(base::PathExists(origin1_db_dir));
PathExists        625 webkit/browser/database/database_tracker_unittest.cc     EXPECT_FALSE(base::PathExists(origin2_db_dir));
PathExists        698 webkit/browser/database/database_tracker_unittest.cc         base::PathExists(tracker->GetFullDBFilePath(kOrigin1, kDB1)));
PathExists        700 webkit/browser/database/database_tracker_unittest.cc         base::PathExists(tracker->GetFullDBFilePath(kOrigin2, kDB2)));
PathExists        702 webkit/browser/database/database_tracker_unittest.cc     EXPECT_TRUE(base::PathExists(origin1_db_dir));
PathExists        703 webkit/browser/database/database_tracker_unittest.cc     EXPECT_TRUE(base::PathExists(origin2_db_dir));
PathExists        800 webkit/browser/database/database_tracker_unittest.cc     EXPECT_TRUE(base::PathExists(spoof_db_file));
PathExists        805 webkit/browser/database/database_tracker_unittest.cc     EXPECT_FALSE(base::PathExists(spoof_db_file));
PathExists        825 webkit/browser/database/database_tracker_unittest.cc     EXPECT_FALSE(base::PathExists(spoof_db_file2));
PathExists        116 webkit/browser/database/vfs_backend.cc   if (!base::PathExists(file_path))
PathExists        152 webkit/browser/fileapi/file_system_usage_cache.cc   return base::PathExists(usage_file_path);
PathExists        104 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   EXPECT_TRUE(base::PathExists(path));
PathExists        114 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   EXPECT_TRUE(base::PathExists(path));
PathExists        124 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   EXPECT_TRUE(base::PathExists(path));
PathExists        130 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   ASSERT_FALSE(base::PathExists(path));
PathExists        135 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   EXPECT_FALSE(base::PathExists(path));
PathExists        158 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   EXPECT_TRUE(base::PathExists(path));
PathExists        170 webkit/browser/fileapi/native_file_util.cc   if (!recursive && !base::PathExists(path.DirName()))
PathExists        173 webkit/browser/fileapi/native_file_util.cc   bool path_exists = base::PathExists(path);
PathExists        197 webkit/browser/fileapi/native_file_util.cc   if (!base::PathExists(path))
PathExists        236 webkit/browser/fileapi/native_file_util.cc   return base::PathExists(path);
PathExists        294 webkit/browser/fileapi/native_file_util.cc   if (!base::PathExists(path))
PathExists        304 webkit/browser/fileapi/native_file_util.cc   if (!base::PathExists(path))
PathExists         58 webkit/browser/fileapi/native_file_util.h   static bool PathExists(const base::FilePath& path);
PathExists         34 webkit/browser/fileapi/native_file_util_unittest.cc     return base::PathExists(path) &&
PathExists         58 webkit/browser/fileapi/native_file_util_unittest.cc   EXPECT_TRUE(base::PathExists(file_name));
PathExists         59 webkit/browser/fileapi/native_file_util_unittest.cc   EXPECT_TRUE(NativeFileUtil::PathExists(file_name));
PathExists         70 webkit/browser/fileapi/native_file_util_unittest.cc   EXPECT_FALSE(base::PathExists(file_name));
PathExists         71 webkit/browser/fileapi/native_file_util_unittest.cc   EXPECT_FALSE(NativeFileUtil::PathExists(file_name));
PathExists       1083 webkit/browser/fileapi/obfuscated_file_util.cc     if (base::PathExists(dest_local_path)) {
PathExists         76 webkit/browser/fileapi/sandbox_origin_database.cc   if (init_option == FAIL_IF_NONEXISTENT && !base::PathExists(db_path))
PathExists         36 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kFSDir));
PathExists         59 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
PathExists         66 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kFSDir));
PathExists         87 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
PathExists         94 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kFSDir));
PathExists        107 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_TRUE(base::PathExists(kFSDir.Append(kOriginDatabaseName)));
PathExists        122 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kFSDir));
PathExists        149 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kFSDir));
PathExists        199 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kFSDir));
PathExists        254 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kGarbageFile));
PathExists        255 webkit/browser/fileapi/sandbox_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(kGarbageDir));
PathExists        274 webkit/browser/fileapi/sandbox_origin_database_unittest.cc     EXPECT_FALSE(base::PathExists(kFSDir));
PathExists        182 webkit/browser/fileapi/sandbox_prioritized_origin_database.cc       if (base::PathExists(to_path))
PathExists        152 webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc     EXPECT_FALSE(base::PathExists(old_db_path));
PathExists        197 webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc   EXPECT_TRUE(base::PathExists(dir_db_path.AppendASCII("dummy")));
PathExists        204 webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc   EXPECT_TRUE(base::PathExists(dir_db_path.AppendASCII("dummy")));
PathExists        210 webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc   EXPECT_FALSE(base::PathExists(old_dir_db_path1));
PathExists        211 webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc   EXPECT_TRUE(base::PathExists(old_dir_db_path2));
PathExists        444 webkit/browser/quota/quota_database.cc       (in_memory_only || !base::PathExists(db_file_path_))) {
PathExists        556 webkit/browser/quota/quota_database.cc   DCHECK(base::PathExists(db_file_path_));
PathExists         44 webkit/browser/quota/quota_database_unittest.cc     EXPECT_TRUE(kDbFile.empty() || base::PathExists(kDbFile));
PathExists         25 webkit/common/blob/shareable_file_reference_unittest.cc   EXPECT_TRUE(base::PathExists(file));
PathExists         48 webkit/common/blob/shareable_file_reference_unittest.cc   EXPECT_TRUE(base::PathExists(file));
PathExists         54 webkit/common/blob/shareable_file_reference_unittest.cc   EXPECT_FALSE(base::PathExists(file));
PathExists         80 win8/delegate_execute/chrome_util.cc   return base::PathExists(new_chrome_exe);
PathExists         78 win8/delegate_execute/command_execute_impl.cc   if (!base::PathExists(chrome_exe_path)) {
PathExists         86 win8/delegate_execute/command_execute_impl.cc   if (!base::PathExists(chrome_exe_path)) {
PathExists        317 win8/delegate_execute/command_execute_impl.cc   if (!base::PathExists(*chrome_exe)) {
PathExists        319 win8/delegate_execute/command_execute_impl.cc     if (!base::PathExists(*chrome_exe)) {
PathExists         47 win8/test/metro_registration_helper.cc   if (!base::PathExists(chrome_exe) || !base::PathExists(registrar)) {