/external/open-vcdiff/gtest/src/ |
gtest-filepath.cc | 185 bool FilePath::DirectoryExists() const { 274 if (pathname_.length() == 0 || this->DirectoryExists()) { 299 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 185 bool FilePath::DirectoryExists() const { 274 if (pathname_.length() == 0 || this->DirectoryExists()) { 299 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-filepath.cc | 218 bool FilePath::DirectoryExists() const { 308 if (pathname_.length() == 0 || this->DirectoryExists()) { 333 return this->DirectoryExists(); // An error is OK if the directory exists.
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_operation.cc | 166 void SyncableFileSystemOperation::DirectoryExists( 170 NewOperation()->DirectoryExists(url, callback);
|
local_file_sync_context_unittest.cc | 471 file_system.DirectoryExists(kDir)); 523 file_system.DirectoryExists(kDir)); 634 EXPECT_EQ(base::PLATFORM_FILE_OK, file_system.DirectoryExists(kDir)); 687 EXPECT_EQ(base::PLATFORM_FILE_OK, file_system.DirectoryExists(kDir));
|
canned_syncable_file_system.cc | 400 PlatformFileError CannedSyncableFileSystem::DirectoryExists( 594 operation_runner()->DirectoryExists(url, callback);
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
compositor_model_bench.cc | 42 using base::DirectoryExists; 390 if (DirectoryExists(inPath)) {
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.cpp | 250 m_asyncFileSystem->directoryExists(createFileSystemURL(path), EntryCallbacks::create(successCallback, errorCallback, this, path, true)); 282 m_asyncFileSystem->directoryExists(createFileSystemURL(absolutePath), callbacks.release());
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_operation.h | 47 // method(CreateFile, CreateDirectory, Copy, Move, DirectoryExists, 153 virtual void DirectoryExists(const FileSystemURL& path,
|
obfuscated_file_util.cc | 246 return base::DirectoryExists(path); 867 if (!base::DirectoryExists(path) && 915 if (base::DirectoryExists( [all...] |
async_file_test_helper.cc | 216 bool AsyncFileTestHelper::DirectoryExists(
|
file_system_operation_runner.cc | 112 OperationID FileSystemOperationRunner::DirectoryExists( 124 operation->DirectoryExists(
|
/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...] |
/external/chromium/chrome/browser/ |
user_style_sheet_watcher.cc | 95 if (!file_util::DirectoryExists(style_sheet_dir)) {
|
/external/chromium_org/base/nix/ |
mime_util_xdg.cc | 171 if (!DirectoryExists(theme_path)) 390 if (!DirectoryExists(dir)) 409 if (!DirectoryExists(dir)) 421 if (DirectoryExists(legacy_data_dir))
|
/external/chromium_org/chrome/app/ |
app_mode_loader_mac.mm | 54 !cr_bundle_path.empty() && base::DirectoryExists(cr_bundle_path);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_operation.cc | 75 if (!base::DirectoryExists(parent)) {
|
/external/chromium_org/net/base/ |
directory_lister.cc | 146 if (!base::DirectoryExists(dir_)) {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WorkerAsyncFileSystemChromium.cpp | 122 void WorkerAsyncFileSystemChromium::directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
|
/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_org/chrome/browser/chromeos/extensions/ |
external_cache.cc | 215 if (!base::DirectoryExists(dir)) { 410 if (!base::DirectoryExists(cache_dir)) {
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
managed_value_store_cache.cc | 238 if (base::DirectoryExists(base_path_.AppendASCII(extension_id))) { 386 if (!base::DirectoryExists(base_path_.AppendASCII(extension_id)))
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
itunes_data_provider.cc | 132 if (!fileapi::NativeFileUtil::DirectoryExists(localized_auto_add_path)) 149 if (fileapi::NativeFileUtil::DirectoryExists(universal_auto_add_path))
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader_unittest.cc | 283 ASSERT_TRUE(base::DirectoryExists(test_dir_.AppendASCII("foo"))); 293 ASSERT_TRUE(base::DirectoryExists(test_dir_.AppendASCII("foo/bar")));
|