HomeSort by relevance Sort by last modified time
    Searched refs:DirectoryExists (Results 26 - 47 of 47) sorted by null

12

  /external/chromium/base/files/
file_path_watcher_win.cc 191 if (!file_util::DirectoryExists(dir)) {
  /external/chromium/base/
mime_util_xdg.cc 173 if (!file_util::DirectoryExists(theme_path))
394 if (!file_util::DirectoryExists(dir))
401 if (!file_util::DirectoryExists(dir))
414 if (file_util::DirectoryExists(legacy_data_dir))
file_util_win.cc 196 if (DirectoryExists(from_path)) {
287 DCHECK(DirectoryExists(from_path));
338 bool DirectoryExists(const FilePath& path) {
689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
692 // with the same path. If DirectoryExists() returns true, we lost the
    [all...]
file_util.h 149 BASE_API bool DirectoryExists(const FilePath& path);
file_util_posix.cc 328 bool DirectoryExists(const FilePath& path) {
504 if (DirectoryExists(*i))
512 if (!DirectoryExists(*i))
file_util_unittest.cc     [all...]
file_util.cc 37 if (!DirectoryExists(*path))
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 97 return file_util::DirectoryExists(file_path);
  /external/chromium/chrome/browser/extensions/
extension_creator.cc 33 !file_util::DirectoryExists(extension_dir)) {
user_script_master.cc 189 if (!file_util::DirectoryExists(script_dir))
  /external/chromium/net/base/
directory_lister.cc 98 if (!file_util::DirectoryExists(dir_)) {
  /external/chromium/chrome/browser/importer/
firefox3_importer.cc 423 if (file_util::DirectoryExists(locale_app_path))
425 else if (file_util::DirectoryExists(default_locale_app_path))
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 311 if (!file_util::DirectoryExists(install_directory))
588 if (!file_util::DirectoryExists(temp_path)) {
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 168 ASSERT_FALSE(file_util::DirectoryExists(osdd_full_path));
  /external/chromium/chrome/browser/download/
download_item.cc 57 if (!file_util::DirectoryExists(path))
save_package.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 104 // Wrapper for file_util::DirectoryExists() that allow access on the UI
345 return file_util::DirectoryExists(path);
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc     [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 474 if (file_util::DirectoryExists(kde4_path)) {
    [all...]
proxy_config_service_linux_unittest.cc     [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 1103 milliseconds

12