HomeSort by relevance Sort by last modified time
    Searched full:directoryexists (Results 26 - 50 of 58) sorted by null

12 3

  /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_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/chrome/browser/
user_style_sheet_watcher.cc 95 if (!file_util::DirectoryExists(style_sheet_dir)) {
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 118 virtual void directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
  /external/webkit/Source/WebKit/chromium/public/
WebFileSystem.h 108 virtual void directoryExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
  /external/webkit/Source/WebKit/chromium/src/
WorkerAsyncFileSystemChromium.cpp 130 void WorkerAsyncFileSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
WorkerFileSystemCallbacksBridge.cpp 269 fileSystem->directoryExists(path, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
  /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/base/files/
file_path_watcher_win.cc 191 if (!file_util::DirectoryExists(dir)) {
  /external/chromium/chrome/browser/extensions/
extension_creator.cc 33 !file_util::DirectoryExists(extension_dir)) {
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 168 ASSERT_FALSE(file_util::DirectoryExists(osdd_full_path));
  /external/chromium/net/base/
directory_lister.cc 98 if (!file_util::DirectoryExists(dir_)) {
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 139 bool DirectoryExists() const;
  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 119 'DirectoryExists', 'DiskFree', 'DiskSize', 'DisposeStr', 'EncodeDate',
cfm.php 164 'Tan','DecryptBinary','ListFirst','TimeFormat','DeleteClientVariable','ListGetAt','ToBase64','DirectoryExists',
  /external/chromium/chrome/browser/ui/cocoa/
shell_dialogs_mac.mm 171 if (file_util::DirectoryExists(default_path)) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 162 bool DirectoryExists() const;
  /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)) {

Completed in 533 milliseconds

12 3