DirectoryExists 181 apps/launcher.cc base::DirectoryExists(file_path_)) { DirectoryExists 204 base/file_util.cc if (DirectoryExists(path)) DirectoryExists 127 base/file_util.h BASE_EXPORT bool DirectoryExists(const FilePath& path); DirectoryExists 576 base/file_util_posix.cc if (DirectoryExists(*i)) DirectoryExists 585 base/file_util_posix.cc if (!DirectoryExists(*i)) { DirectoryExists 1644 base/file_util_unittest.cc EXPECT_FALSE(DirectoryExists(temp_files[i])); DirectoryExists 1698 base/file_util_unittest.cc EXPECT_TRUE(DirectoryExists(dir)); DirectoryExists 1744 base/file_util_unittest.cc ASSERT_TRUE(DirectoryExists(FilePath(FilePath::kCurrentDirectory))); DirectoryExists 1749 base/file_util_unittest.cc ASSERT_TRUE(DirectoryExists(top_level)); DirectoryExists 1774 base/file_util_unittest.cc EXPECT_TRUE(DirectoryExists(test_root)); DirectoryExists 1781 base/file_util_unittest.cc EXPECT_FALSE(DirectoryExists(test_path)); DirectoryExists 175 base/file_util_win.cc DCHECK(recursive || DirectoryExists(from_path)); DirectoryExists 178 base/file_util_win.cc bool from_is_dir = DirectoryExists(from_path); DirectoryExists 181 base/file_util_win.cc if (recursive && DirectoryExists(to_path)) { DirectoryExists 199 base/file_util_win.cc if (!DirectoryExists(target_path) && DirectoryExists 410 base/file_util_win.cc if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) { DirectoryExists 728 base/file_util_win.cc if (DirectoryExists(from_path)) { DirectoryExists 203 base/files/file_path_watcher_win.cc if (!DirectoryExists(dir)) { DirectoryExists 211 base/files/file_util_proxy.cc if (!DirectoryExists(file_path.DirName())) { DirectoryExists 53 base/files/scoped_temp_dir.cc if (!DirectoryExists(path) && !base::CreateDirectory(path)) DirectoryExists 80 base/files/scoped_temp_dir.cc return !path_.empty() && DirectoryExists(path_); DirectoryExists 20 base/files/scoped_temp_dir_unittest.cc EXPECT_TRUE(DirectoryExists(test_path)); DirectoryExists 26 base/files/scoped_temp_dir_unittest.cc EXPECT_FALSE(DirectoryExists(test_path)); DirectoryExists 32 base/files/scoped_temp_dir_unittest.cc EXPECT_TRUE(DirectoryExists(test_path)); DirectoryExists 38 base/files/scoped_temp_dir_unittest.cc EXPECT_TRUE(DirectoryExists(test_path)); DirectoryExists 45 base/files/scoped_temp_dir_unittest.cc EXPECT_FALSE(DirectoryExists(test_path)); DirectoryExists 56 base/files/scoped_temp_dir_unittest.cc EXPECT_TRUE(DirectoryExists(test_path)); DirectoryExists 61 base/files/scoped_temp_dir_unittest.cc EXPECT_FALSE(DirectoryExists(test_path)); DirectoryExists 75 base/files/scoped_temp_dir_unittest.cc EXPECT_TRUE(DirectoryExists(test_path)); DirectoryExists 79 base/files/scoped_temp_dir_unittest.cc EXPECT_FALSE(DirectoryExists(test_path)); DirectoryExists 170 base/nix/mime_util_xdg.cc if (!DirectoryExists(theme_path)) DirectoryExists 389 base/nix/mime_util_xdg.cc if (!DirectoryExists(dir)) DirectoryExists 408 base/nix/mime_util_xdg.cc if (!DirectoryExists(dir)) DirectoryExists 420 base/nix/mime_util_xdg.cc if (DirectoryExists(legacy_data_dir)) DirectoryExists 138 base/test/launcher/test_results_tracker.cc if (!DirectoryExists(dir_name)) { DirectoryExists 63 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (base::DirectoryExists(directory_path)) DirectoryExists 68 chrome/browser/chromeos/extensions/wallpaper_private_api.cc if (!base::DirectoryExists(data_dir) && DirectoryExists 84 chrome/browser/chromeos/extensions/wallpaper_private_api.cc if (!base::DirectoryExists(data_dir) && DirectoryExists 835 chrome/browser/chromeos/extensions/wallpaper_private_api.cc if (base::DirectoryExists(wallpaper_dir)) { DirectoryExists 155 chrome/browser/chromeos/file_manager/open_util.cc file_system_context->operation_runner()->DirectoryExists( DirectoryExists 991 chrome/browser/chromeos/login/wallpaper_manager.cc if (base::DirectoryExists(dir)) { DirectoryExists 117 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc if (!base::DirectoryExists(wallpaper_path.DirName())) DirectoryExists 110 chrome/browser/chromeos/policy/device_local_account_policy_service.cc if (base::DirectoryExists(path)) DirectoryExists 552 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_TRUE(base::DirectoryExists(cache_dir_1_)); DirectoryExists 557 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_TRUE(base::DirectoryExists(cache_dir_2_)); DirectoryExists 560 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_FALSE(base::DirectoryExists(cache_dir_3_)); DirectoryExists 648 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_TRUE(base::DirectoryExists(cache_dir_1_)); DirectoryExists 693 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_FALSE(base::DirectoryExists(cache_dir_1_)); DirectoryExists 735 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_TRUE(base::DirectoryExists(cache_dir_1_)); DirectoryExists 746 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc EXPECT_FALSE(base::DirectoryExists(cache_dir_1_)); DirectoryExists 126 chrome/browser/chromeos/power/cpu_data_collector.cc if (!base::DirectoryExists(base::FilePath(idle_state_dir))) DirectoryExists 184 chrome/browser/component_updater/component_patcher_operation.cc if (!base::DirectoryExists(parent)) { DirectoryExists 182 chrome/browser/download/download_path_reservation_tracker.cc if (!base::DirectoryExists(target_dir) && DirectoryExists 503 chrome/browser/download/download_path_reservation_tracker_unittest.cc ASSERT_FALSE(base::DirectoryExists(dir)); DirectoryExists 538 chrome/browser/download/download_path_reservation_tracker_unittest.cc EXPECT_TRUE(base::DirectoryExists(dir)); DirectoryExists 77 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc return base::DirectoryExists(path); DirectoryExists 400 chrome/browser/extensions/api/file_system/file_system_api.cc if (base::DirectoryExists(path_)) { DirectoryExists 644 chrome/browser/extensions/api/file_system/file_system_api.cc if (!previous_path.empty() && base::DirectoryExists(previous_path)) { DirectoryExists 949 chrome/browser/extensions/api/file_system/file_system_api.cc is_directory_ = base::DirectoryExists(path_); DirectoryExists 27 chrome/browser/extensions/api/image_writer_private/write_from_file_operation.cc if (!base::PathExists(image_path_) || base::DirectoryExists(image_path_)) { DirectoryExists 375 chrome/browser/extensions/api/storage/managed_value_store_cache.cc return base::DirectoryExists(base_path_.AppendASCII(extension_id)); DirectoryExists 203 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc if (base::DirectoryExists(missing_directory)) DirectoryExists 44 chrome/browser/extensions/extension_creator.cc !base::DirectoryExists(extension_dir)) { DirectoryExists 105 chrome/browser/extensions/extension_garbage_collector.cc if (!base::DirectoryExists(install_directory)) DirectoryExists 4383 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(base::DirectoryExists(idb_path)); DirectoryExists 4406 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(base::DirectoryExists(idb_path)); DirectoryExists 4499 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(base::DirectoryExists(idb_path)); DirectoryExists 4539 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(base::DirectoryExists(idb_path)); DirectoryExists 265 chrome/browser/extensions/updater/local_extension_cache.cc if (!base::DirectoryExists(cache_dir)) { DirectoryExists 105 chrome/browser/extensions/webstore_installer.cc if (!base::DirectoryExists(download_directory)) { DirectoryExists 26 chrome/browser/feedback/feedback_report.cc if (!base::DirectoryExists(reports_path)) { DirectoryExists 44 chrome/browser/google/google_update_settings_posix.cc if (!base::DirectoryExists(consent_dir)) DirectoryExists 76 chrome/browser/google/google_update_settings_posix.cc if (!base::DirectoryExists(consent_dir) || DirectoryExists 100 chrome/browser/media_galleries/fileapi/itunes_data_provider.cc if (!fileapi::NativeFileUtil::DirectoryExists(localized_auto_add_path)) DirectoryExists 117 chrome/browser/media_galleries/fileapi/itunes_data_provider.cc if (fileapi::NativeFileUtil::DirectoryExists(universal_auto_add_path)) DirectoryExists 407 chrome/browser/media_galleries/fileapi/native_media_file_util.cc if (fileapi::NativeFileUtil::DirectoryExists(src_file_path)) DirectoryExists 218 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc operation_runner()->DirectoryExists( DirectoryExists 76 chrome/browser/media_galleries/fileapi/picasa_finder.cc if (!base::DirectoryExists(path)) DirectoryExists 96 chrome/browser/performance_monitor/database.cc if (!base::DirectoryExists(path) && !base::CreateDirectory(path)) DirectoryExists 57 chrome/browser/platform_util_linux.cc if (!base::DirectoryExists(dir)) DirectoryExists 165 chrome/browser/profiles/profile_info_cache.cc if (!base::DirectoryExists(dir) && !base::CreateDirectory(dir)) { DirectoryExists 146 chrome/browser/search_engines/template_url_fetcher_unittest.cc ASSERT_FALSE(base::DirectoryExists(osdd_full_path)); DirectoryExists 647 chrome/browser/sync/glue/sync_backend_host_core.cc if (base::DirectoryExists(sync_data_folder_path_)) { DirectoryExists 450 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc file_systems_[app_id]->DirectoryExists(CreateURL(app_id, path))); DirectoryExists 644 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc operation_runner()->DirectoryExists(url, callback); DirectoryExists 132 chrome/browser/sync_file_system/local/canned_syncable_file_system.h base::File::Error DirectoryExists(const fileapi::FileSystemURL& url); DirectoryExists 669 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc file_system.DirectoryExists(kDir)); DirectoryExists 737 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc file_system.DirectoryExists(kDir)); DirectoryExists 790 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc file_system.DirectoryExists(kDir)); DirectoryExists 901 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc EXPECT_EQ(base::File::FILE_OK, file_system.DirectoryExists(kDir)); DirectoryExists 956 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc EXPECT_EQ(base::File::FILE_OK, file_system.DirectoryExists(kDir)); DirectoryExists 254 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc file_system_->DirectoryExists(kDir)); DirectoryExists 269 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc file_system_->DirectoryExists(kDir)); DirectoryExists 218 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc file_system_.operation_runner()->DirectoryExists( DirectoryExists 265 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc file_system_.DirectoryExists(URL("dest-copy"))); DirectoryExists 267 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc file_system_.DirectoryExists(URL("dest-move"))); DirectoryExists 290 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc file_system_.DirectoryExists(URL("dest-copy2"))); DirectoryExists 300 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc file_system_.DirectoryExists(URL("dest-move"))); DirectoryExists 173 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc impl_->DirectoryExists(url, callback); DirectoryExists 51 chrome/browser/sync_file_system/local/syncable_file_system_operation.h virtual void DirectoryExists(const fileapi::FileSystemURL& url, DirectoryExists 93 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc return base::DirectoryExists(path); DirectoryExists 60 chrome/browser/ui/metro_pin_tab_helper_win.cc if (!base::DirectoryExists(tile_images_dir) && DirectoryExists 35 chrome/common/auto_start_linux.cc if (!base::DirectoryExists(autostart_directory) && DirectoryExists 429 chrome/common/extensions/extension_file_util.cc if (!base::DirectoryExists(temp_path)) { DirectoryExists 54 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_TRUE(base::DirectoryExists(version_1)); DirectoryExists 57 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_FALSE(base::DirectoryExists(src)); DirectoryExists 69 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_TRUE(base::DirectoryExists(version_2)); DirectoryExists 72 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_FALSE(base::DirectoryExists(src)); DirectoryExists 84 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_TRUE(base::DirectoryExists(version_3)); DirectoryExists 88 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_FALSE(base::DirectoryExists(version_1.DirName())); DirectoryExists 89 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_FALSE(base::DirectoryExists(version_2.DirName())); DirectoryExists 90 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_FALSE(base::DirectoryExists(version_3.DirName())); DirectoryExists 91 chrome/common/extensions/extension_file_util_unittest.cc ASSERT_TRUE(base::DirectoryExists(all_extensions)); DirectoryExists 66 chrome/installer/setup/uninstall.cc if (base::DirectoryExists(temp_path)) { DirectoryExists 41 chrome/installer/util/copy_tree_work_item.cc (!base::DirectoryExists(source_path_)) && DirectoryExists 42 chrome/installer/util/copy_tree_work_item.cc (!base::DirectoryExists(dest_path_)) && DirectoryExists 50 chrome/installer/util/copy_tree_work_item.cc (!base::DirectoryExists(source_path_)) && DirectoryExists 51 chrome/installer/util/copy_tree_work_item.cc (!base::DirectoryExists(dest_path_)) && DirectoryExists 66 chrome/installer/util/delete_after_reboot_helper.cc if (!base::DirectoryExists(path)) { DirectoryExists 33 chrome/installer/util/self_cleaning_temp_dir.cc LOG_IF(WARNING, !base::DirectoryExists(parent_dir)) DirectoryExists 77 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(temp_dir.path())); DirectoryExists 79 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(L"Three"))); DirectoryExists 80 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir)); DirectoryExists 81 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName())); DirectoryExists 82 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 84 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 104 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(temp_dir1.path())); DirectoryExists 105 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(temp_dir2.path())); DirectoryExists 109 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(temp_dir1.path())); DirectoryExists 111 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(parent_temp_dir)); DirectoryExists 115 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(L"Three"))); DirectoryExists 116 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir)); DirectoryExists 117 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName())); DirectoryExists 118 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 120 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 136 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(temp_dir.path())); DirectoryExists 138 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(L"Three"))); DirectoryExists 139 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir)); DirectoryExists 140 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName())); DirectoryExists 141 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 143 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 161 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(temp_dir.path())); DirectoryExists 167 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(L"Three"))); DirectoryExists 168 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_TRUE(base::DirectoryExists(parent_temp_dir)); DirectoryExists 170 chrome/installer/util/self_cleaning_temp_dir_unittest.cc EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.DirName().DirName())); DirectoryExists 1182 chrome/installer/util/shell_util.cc if (!base::DirectoryExists(folder)) { DirectoryExists 463 chrome/utility/importer/firefox_importer.cc if (base::DirectoryExists(locale_app_path)) DirectoryExists 465 chrome/utility/importer/firefox_importer.cc else if (base::DirectoryExists(default_locale_app_path)) DirectoryExists 218 cloud_print/gcp20/prototype/print_job_handler.cc if (!base::DirectoryExists(directory) && DirectoryExists 392 cloud_print/virtual_driver/win/install/setup.cc DCHECK(base::DirectoryExists(install_path)); DirectoryExists 478 cloud_print/virtual_driver/win/install/setup.cc if (!base::DirectoryExists(install_path)) DirectoryExists 493 cloud_print/virtual_driver/win/install/setup.cc if (base::DirectoryExists(old_install_path)) DirectoryExists 510 cloud_print/virtual_driver/win/install/setup.cc !base::DirectoryExists(exe_path)) { DirectoryExists 308 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc if (!path.empty() && base::DirectoryExists(path)) DirectoryExists 116 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc EXPECT_TRUE(base::DirectoryExists(data_path)); DirectoryExists 38 components/autofill/core/browser/data_driven_test.cc ASSERT_TRUE(base::DirectoryExists(input_directory)); DirectoryExists 39 components/autofill/core/browser/data_driven_test.cc ASSERT_TRUE(base::DirectoryExists(output_directory)); DirectoryExists 223 components/policy/core/common/cloud/resource_cache.cc base::DirectoryExists(*path); DirectoryExists 99 components/storage_monitor/media_storage_util.cc if (!base::DirectoryExists(mount_point.Append(dcim_dir))) { DirectoryExists 103 components/storage_monitor/media_storage_util.cc if (!base::DirectoryExists(dcim_path_lower)) DirectoryExists 254 content/browser/dom_storage/dom_storage_database.cc if (!base::DirectoryExists(file_path_) && DirectoryExists 64 content/browser/download/download_item_impl.cc if (base::DirectoryExists(path)) DirectoryExists 1347 content/browser/download/save_package.cc if (!skip_dir_check && !base::DirectoryExists(website_save_dir)) { DirectoryExists 1349 content/browser/download/save_package.cc if (!base::DirectoryExists(download_save_dir)) { DirectoryExists 375 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc return AsyncFileTestHelper::DirectoryExists(file_system_context_.get(), DirectoryExists 478 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(src)); DirectoryExists 479 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(dest)); DirectoryExists 507 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_FALSE(helper.DirectoryExists(src)); DirectoryExists 508 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(dest)); DirectoryExists 543 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(src)); DirectoryExists 544 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(dest)); DirectoryExists 580 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_FALSE(helper.DirectoryExists(src)); DirectoryExists 581 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(dest)); DirectoryExists 615 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(src)); DirectoryExists 616 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ASSERT_TRUE(helper.DirectoryExists(dest)); DirectoryExists 146 content/browser/fileapi/file_system_operation_impl_unittest.cc return AsyncFileTestHelper::DirectoryExists( DirectoryExists 423 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("src")); DirectoryExists 430 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest")); DirectoryExists 431 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("dest/src")); DirectoryExists 443 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("src")); DirectoryExists 444 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest/new")); DirectoryExists 463 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest/dir")); DirectoryExists 483 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("src/dir")); DirectoryExists 642 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest")); DirectoryExists 643 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("dest/src")); DirectoryExists 661 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest")); DirectoryExists 682 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest/dir")); DirectoryExists 706 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("src/dir")); DirectoryExists 853 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("new")); DirectoryExists 863 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("new")); DirectoryExists 879 content/browser/fileapi/file_system_operation_impl_unittest.cc operation_runner()->DirectoryExists(URLForPath("nonexistent"), DirectoryExists 891 content/browser/fileapi/file_system_operation_impl_unittest.cc operation_runner()->DirectoryExists(dir, RecordStatusCallback()); DirectoryExists 925 content/browser/fileapi/file_system_operation_impl_unittest.cc operation_runner()->DirectoryExists(file, RecordStatusCallback()); DirectoryExists 995 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("empty_dir")); DirectoryExists 1000 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("empty_dir")); DirectoryExists 1026 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("parent_dir")); DirectoryExists 1148 content/browser/fileapi/file_system_operation_impl_unittest.cc operation_runner()->DirectoryExists(dir, RecordStatusCallback()); DirectoryExists 1208 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_FALSE(DirectoryExists("src/dir")); DirectoryExists 1210 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest/dir")); DirectoryExists 1269 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("src/dir")); DirectoryExists 1271 content/browser/fileapi/file_system_operation_impl_unittest.cc EXPECT_TRUE(DirectoryExists("dest1/dir")); DirectoryExists 365 content/browser/fileapi/fileapi_message_filter.cc operations_[request_id] = operation_runner()->DirectoryExists( DirectoryExists 88 content/browser/fileapi/local_file_util_unittest.cc !base::DirectoryExists(LocalPath(file_name)); DirectoryExists 92 content/browser/fileapi/local_file_util_unittest.cc return base::DirectoryExists(LocalPath(file_name)); DirectoryExists 318 content/browser/fileapi/local_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(from_dir)); DirectoryExists 321 content/browser/fileapi/local_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(to_dir)); DirectoryExists 328 content/browser/fileapi/local_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(from_dir)); DirectoryExists 331 content/browser/fileapi/local_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(to_dir)); DirectoryExists 381 content/browser/fileapi/local_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(from_dir)); DirectoryExists 384 content/browser/fileapi/local_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(to_dir)); DirectoryExists 392 content/browser/fileapi/local_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(from_dir)); DirectoryExists 393 content/browser/fileapi/local_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(to_dir)); DirectoryExists 55 content/browser/fileapi/obfuscated_file_util_unittest.cc return base::PathExists(path) && !base::DirectoryExists(path); DirectoryExists 305 content/browser/fileapi/obfuscated_file_util_unittest.cc return AsyncFileTestHelper::DirectoryExists(file_system_context(), url); DirectoryExists 396 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists( DirectoryExists 597 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(dest_url)); DirectoryExists 781 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(base::DirectoryExists(origin_directory)); DirectoryExists 782 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(base::DirectoryExists(old_directory_db_path)); DirectoryExists 946 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(url)); DirectoryExists 1058 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(url)); DirectoryExists 1077 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(url)); DirectoryExists 1089 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(url)); DirectoryExists 1094 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(FileSystemURLDirName(url))); DirectoryExists 1139 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(url)); DirectoryExists 1164 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(url)); DirectoryExists 1184 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(url)); DirectoryExists 1194 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(url)); DirectoryExists 1568 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(dest_url)); DirectoryExists 1574 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(src_url)); DirectoryExists 1575 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_TRUE(DirectoryExists(dest_url)); DirectoryExists 1580 content/browser/fileapi/obfuscated_file_util_unittest.cc EXPECT_FALSE(DirectoryExists(dest_url)); DirectoryExists 113 content/browser/fileapi/sandbox_file_system_backend_unittest.cc ASSERT_TRUE(base::DirectoryExists(target)); DirectoryExists 222 content/browser/fileapi/sandbox_file_system_backend_unittest.cc EXPECT_TRUE(base::DirectoryExists(root_path)); DirectoryExists 320 content/browser/fileapi/sandbox_file_system_backend_unittest.cc EXPECT_TRUE(base::DirectoryExists(root_path)); DirectoryExists 93 content/browser/fileapi/transient_file_util_unittest.cc ASSERT_FALSE(base::DirectoryExists(temp_path)); DirectoryExists 80 content/browser/indexed_db/indexed_db_unittest.cc EXPECT_TRUE(base::DirectoryExists(normal_path)); DirectoryExists 81 content/browser/indexed_db/indexed_db_unittest.cc EXPECT_FALSE(base::DirectoryExists(session_only_path)); DirectoryExists 114 content/browser/indexed_db/indexed_db_unittest.cc EXPECT_TRUE(base::DirectoryExists(normal_path)); DirectoryExists 115 content/browser/indexed_db/indexed_db_unittest.cc EXPECT_TRUE(base::DirectoryExists(session_only_path)); DirectoryExists 211 content/browser/indexed_db/indexed_db_unittest.cc EXPECT_FALSE(base::DirectoryExists(test_path)); DirectoryExists 236 content/browser/indexed_db/indexed_db_unittest.cc EXPECT_TRUE(base::DirectoryExists(test_path)); DirectoryExists 252 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc (!base::DirectoryExists(validated_dir_path) && DirectoryExists 98 content/public/test/async_file_test_helper.h static bool DirectoryExists(fileapi::FileSystemContext* context, DirectoryExists 40 gpu/tools/compositor_model_bench/compositor_model_bench.cc using base::DirectoryExists; DirectoryExists 387 gpu/tools/compositor_model_bench/compositor_model_bench.cc if (DirectoryExists(inPath)) { DirectoryExists 144 net/base/directory_lister.cc if (!base::DirectoryExists(dir_)) { DirectoryExists 46 net/disk_cache/simple/simple_backend_impl.cc using base::DirectoryExists; DirectoryExists 887 net/proxy/proxy_config_service_linux.cc if (base::DirectoryExists(kde4_path)) { DirectoryExists 1533 net/proxy/proxy_config_service_linux_unittest.cc CHECK(!base::DirectoryExists(kde4_home_)); DirectoryExists 52 net/test/python_utils.cc while (!base::DirectoryExists(dir.Append(to_try))) { DirectoryExists 114 net/tools/testserver/run_testserver.cc if (!base::DirectoryExists(test_server->document_root())) { DirectoryExists 211 remoting/host/setup/daemon_controller_delegate_linux.cc if (!base::DirectoryExists(config_dir) && DirectoryExists 199 sandbox/linux/services/credentials_unittest.cc CHECK(!DirectoryExists("/proc")); DirectoryExists 584 third_party/leveldatabase/env_chromium.cc if (base::DirectoryExists(parent)) DirectoryExists 94 third_party/zlib/google/zip.cc bool is_directory = base::DirectoryExists(path); DirectoryExists 184 third_party/zlib/google/zip.cc DCHECK(base::DirectoryExists(src_dir)); DirectoryExists 232 third_party/zlib/google/zip.cc DCHECK(base::DirectoryExists(src_dir)); DirectoryExists 319 third_party/zlib/google/zip_reader_unittest.cc ASSERT_TRUE(base::DirectoryExists(test_dir_.AppendASCII("foo"))); DirectoryExists 329 third_party/zlib/google/zip_reader_unittest.cc ASSERT_TRUE(base::DirectoryExists(test_dir_.AppendASCII("foo/bar"))); DirectoryExists 534 third_party/zlib/google/zip_reader_unittest.cc ASSERT_TRUE(base::DirectoryExists(target_file)); DirectoryExists 56 tools/android/md5sum/md5sum.cc if (base::DirectoryExists(file_path)) { DirectoryExists 42 tools/perf/clear_system_cache/clear_system_cache_main.cc if (base::DirectoryExists(path)) { DirectoryExists 72 ui/gfx/ozone/impl/file_surface_factory.cc CHECK(!base::DirectoryExists(location_)) DirectoryExists 89 ui/shell_dialogs/gtk/select_file_dialog_impl.cc return base::DirectoryExists(path); DirectoryExists 67 webkit/browser/appcache/appcache_database_unittest.cc EXPECT_TRUE(base::DirectoryExists(kNestedDir)); DirectoryExists 73 webkit/browser/appcache/appcache_database_unittest.cc EXPECT_FALSE(base::DirectoryExists(kNestedDir)); DirectoryExists 82 webkit/browser/appcache/appcache_disk_cache_unittest.cc EXPECT_TRUE(base::DirectoryExists(directory_.path())); DirectoryExists 85 webkit/browser/appcache/appcache_disk_cache_unittest.cc EXPECT_FALSE(base::DirectoryExists(directory_.path())); DirectoryExists 104 webkit/browser/appcache/appcache_disk_cache_unittest.cc EXPECT_TRUE(base::DirectoryExists(directory_.path())); DirectoryExists 107 webkit/browser/appcache/appcache_disk_cache_unittest.cc EXPECT_FALSE(base::DirectoryExists(directory_.path())); DirectoryExists 169 webkit/browser/appcache/appcache_disk_cache_unittest.cc EXPECT_TRUE(base::DirectoryExists(directory_.path())); DirectoryExists 172 webkit/browser/appcache/appcache_disk_cache_unittest.cc EXPECT_FALSE(base::DirectoryExists(directory_.path())); DirectoryExists 290 webkit/browser/appcache/appcache_storage_impl.cc base::DirectoryExists(disk_cache_directory_)) { DirectoryExists 292 webkit/browser/appcache/appcache_storage_impl.cc if (base::DirectoryExists(disk_cache_directory_)) { DirectoryExists 452 webkit/browser/database/database_tracker.cc if (base::DirectoryExists(db_dir_)) { DirectoryExists 468 webkit/browser/database/database_tracker.cc if (base::DirectoryExists(db_dir_) && DirectoryExists 797 webkit/browser/database/database_tracker.cc if (base::DirectoryExists(incognito_db_dir)) DirectoryExists 75 webkit/browser/fileapi/dump_file_system.cc if (!base::DirectoryExists(origin_dir)) DirectoryExists 191 webkit/browser/fileapi/dump_file_system.cc if (!base::DirectoryExists(file_system_dir)) { DirectoryExists 287 webkit/browser/fileapi/file_system_operation.h virtual void DirectoryExists(const FileSystemURL& path, DirectoryExists 50 webkit/browser/fileapi/file_system_operation_impl.h virtual void DirectoryExists(const FileSystemURL& url, DirectoryExists 150 webkit/browser/fileapi/file_system_operation_runner.cc operation->DirectoryExists( DirectoryExists 90 webkit/browser/fileapi/file_system_operation_runner.h OperationID DirectoryExists(const FileSystemURL& url, DirectoryExists 126 webkit/browser/fileapi/native_file_util.cc if (!base::DirectoryExists(path.DirName())) { DirectoryExists 132 webkit/browser/fileapi/native_file_util.cc if (base::DirectoryExists(path)) DirectoryExists 141 webkit/browser/fileapi/native_file_util.cc if (!base::DirectoryExists(path.DirName())) DirectoryExists 178 webkit/browser/fileapi/native_file_util.cc if (path_exists && !base::DirectoryExists(path)) DirectoryExists 240 webkit/browser/fileapi/native_file_util.cc return base::DirectoryExists(path); DirectoryExists 296 webkit/browser/fileapi/native_file_util.cc if (base::DirectoryExists(path)) DirectoryExists 306 webkit/browser/fileapi/native_file_util.cc if (!base::DirectoryExists(path)) DirectoryExists 59 webkit/browser/fileapi/native_file_util.h static bool DirectoryExists(const base::FilePath& path); DirectoryExists 35 webkit/browser/fileapi/native_file_util_unittest.cc !base::DirectoryExists(path); DirectoryExists 96 webkit/browser/fileapi/native_file_util_unittest.cc EXPECT_TRUE(NativeFileUtil::DirectoryExists(dir_name)); DirectoryExists 97 webkit/browser/fileapi/native_file_util_unittest.cc EXPECT_TRUE(base::DirectoryExists(dir_name)); DirectoryExists 106 webkit/browser/fileapi/native_file_util_unittest.cc EXPECT_FALSE(base::DirectoryExists(dir_name)); DirectoryExists 107 webkit/browser/fileapi/native_file_util_unittest.cc EXPECT_FALSE(NativeFileUtil::DirectoryExists(dir_name)); DirectoryExists 242 webkit/browser/fileapi/native_file_util_unittest.cc ASSERT_TRUE(base::DirectoryExists(dir)); DirectoryExists 308 webkit/browser/fileapi/native_file_util_unittest.cc ASSERT_TRUE(base::DirectoryExists(dir)); DirectoryExists 245 webkit/browser/fileapi/obfuscated_file_util.cc return base::DirectoryExists(path); DirectoryExists 859 webkit/browser/fileapi/obfuscated_file_util.cc if (!base::DirectoryExists(path) && DirectoryExists 904 webkit/browser/fileapi/obfuscated_file_util.cc if (base::DirectoryExists(origin_path.AppendASCII(*iter))) { DirectoryExists 1218 webkit/browser/fileapi/obfuscated_file_util.cc bool exists_in_fs = base::DirectoryExists(path); DirectoryExists 1279 webkit/browser/fileapi/obfuscated_file_util.cc if (!create && !base::DirectoryExists(file_system_directory_)) DirectoryExists 1301 webkit/browser/fileapi/obfuscated_file_util.cc if (base::DirectoryExists(isolated_origin_dir) && DirectoryExists 183 webkit/browser/fileapi/sandbox_directory_database.cc DCHECK(!path_.empty() && base::DirectoryExists(path_)); DirectoryExists 85 webkit/browser/fileapi/sandbox_directory_database_unittest.cc if (!base::DirectoryExists(local_path.DirName())) DirectoryExists 400 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc if (base_path.empty() || !base::DirectoryExists(base_path)) DirectoryExists 211 webkit/browser/fileapi/sandbox_prioritized_origin_database.cc if (!create && !base::DirectoryExists(origin_database_->GetDatabasePath())) { DirectoryExists 160 webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc EXPECT_TRUE(base::DirectoryExists(old_db_path));