HomeSort by relevance Sort by last modified time
    Searched full:directoryexists (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /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/chromium_org/base/
file_util.cc 198 if (DirectoryExists(path))
file_util_posix.cc 322 bool DirectoryExists(const FilePath& path) {
339 using base::DirectoryExists;
522 if (DirectoryExists(*i))
531 if (!DirectoryExists(*i)) {
  /external/chromium_org/base/files/
file_path_watcher_win.cc 203 if (!DirectoryExists(dir)) {
file_util_proxy.cc 195 if (!DirectoryExists(file_path.DirName())) {
  /external/chromium_org/chrome/browser/policy/cloud/
resource_cache.cc 185 base::DirectoryExists(*path);
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 148 ASSERT_FALSE(base::DirectoryExists(osdd_full_path));
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h 117 base::PlatformFileError DirectoryExists(const fileapi::FileSystemURL& url);
  /external/chromium_org/chrome/browser/
user_style_sheet_watcher.cc 107 if (!base::DirectoryExists(style_sheet_dir)) {
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_unittest.cc 116 EXPECT_TRUE(base::DirectoryExists(data_path));
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.cc 256 if (!base::DirectoryExists(file_path_) &&
  /external/chromium_org/third_party/WebKit/Source/core/platform/
AsyncFileSystem.h 112 virtual void directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 113 virtual void directoryExists(const WebURL& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.h 57 virtual void DirectoryExists(const FileSystemURL& url,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
delphi.php 119 'DirectoryExists', 'DiskFree', 'DiskSize', 'DisposeStr', 'EncodeDate',
  /external/chromium/base/
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_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 80 if (!base::DirectoryExists(data_dir) &&
97 if (!base::DirectoryExists(data_dir) &&
896 if (base::DirectoryExists(wallpaper_dir)) {
    [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 454 if (base::DirectoryExists(db_dir_)) {
470 if (base::DirectoryExists(db_dir_) &&
800 if (base::DirectoryExists(incognito_db_dir))
  /art/runtime/
utils.cc     [all...]

Completed in 2647 milliseconds

1 2 3 45 6 7 8