Searched defs:DirectoryExists (Results 1 - 24 of 24) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc125 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
176 if (pathname_.GetLength() == 0 || this->DirectoryExists()) {
195 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/chromium_org/sandbox/linux/services/
H A Dcredentials_unittest.cc26 bool DirectoryExists(const char* path) { function in namespace:sandbox::__anon10595
191 CHECK(!DirectoryExists("/proc"));
/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc169 void SyncableFileSystemOperation::DirectoryExists( function in class:sync_file_system::SyncableFileSystemOperation
173 impl_->DirectoryExists(url, callback);
H A Dcanned_syncable_file_system.cc409 PlatformFileError CannedSyncableFileSystem::DirectoryExists( function in class:sync_file_system::CannedSyncableFileSystem
638 operation_runner()->DirectoryExists(url, callback);
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc79 !base::DirectoryExists(LocalPath(file_name));
82 bool DirectoryExists(const char *file_name) { function in class:fileapi::LocalFileUtilTest
83 return base::DirectoryExists(LocalPath(file_name));
308 EXPECT_TRUE(DirectoryExists(from_dir));
311 EXPECT_FALSE(DirectoryExists(to_dir));
318 EXPECT_TRUE(DirectoryExists(from_dir));
321 EXPECT_TRUE(DirectoryExists(to_dir));
371 EXPECT_TRUE(DirectoryExists(from_dir));
374 EXPECT_FALSE(DirectoryExists(to_dir));
382 EXPECT_FALSE(DirectoryExists(from_di
[all...]
H A Dcopy_or_move_operation_delegate_unittest.cc361 bool DirectoryExists(const FileSystemURL& url) { function in class:fileapi::CopyOrMoveOperationTestHelper
362 return AsyncFileTestHelper::DirectoryExists(file_system_context_.get(),
465 ASSERT_TRUE(helper.DirectoryExists(src));
466 ASSERT_TRUE(helper.DirectoryExists(dest));
494 ASSERT_FALSE(helper.DirectoryExists(src));
495 ASSERT_TRUE(helper.DirectoryExists(dest));
530 ASSERT_TRUE(helper.DirectoryExists(src));
531 ASSERT_TRUE(helper.DirectoryExists(dest));
567 ASSERT_FALSE(helper.DirectoryExists(src));
568 ASSERT_TRUE(helper.DirectoryExists(des
[all...]
H A Dfile_system_operation_impl_unittest.cc137 bool DirectoryExists(const std::string& path) { function in class:fileapi::FileSystemOperationImplTest
138 return AsyncFileTestHelper::DirectoryExists(
414 EXPECT_FALSE(DirectoryExists("src"));
421 EXPECT_TRUE(DirectoryExists("dest"));
422 EXPECT_FALSE(DirectoryExists("dest/src"));
434 EXPECT_FALSE(DirectoryExists("src"));
435 EXPECT_TRUE(DirectoryExists("dest/new"));
454 EXPECT_TRUE(DirectoryExists("dest/dir"));
613 EXPECT_TRUE(DirectoryExists("dest"));
614 EXPECT_FALSE(DirectoryExists("des
[all...]
H A Dobfuscated_file_util_unittest.cc42 return base::PathExists(path) && !base::DirectoryExists(path);
281 bool DirectoryExists(const FileSystemURL& url) { function in class:fileapi::ObfuscatedFileUtilTest
282 return AsyncFileTestHelper::DirectoryExists(file_system_context(), url);
378 EXPECT_TRUE(DirectoryExists(
585 EXPECT_FALSE(DirectoryExists(dest_url));
823 EXPECT_FALSE(DirectoryExists(url));
949 EXPECT_FALSE(DirectoryExists(url));
968 EXPECT_FALSE(DirectoryExists(url));
980 EXPECT_TRUE(DirectoryExists(url));
985 EXPECT_TRUE(DirectoryExists(FileSystemURLDirNam
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc218 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
308 if (pathname_.length() == 0 || this->DirectoryExists()) {
333 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_test_helper.cc247 bool AsyncFileTestHelper::DirectoryExists( function in class:fileapi::AsyncFileTestHelper
H A Dnative_file_util.cc129 if (!base::DirectoryExists(path.DirName())) {
133 if (base::DirectoryExists(path))
150 if (!base::DirectoryExists(path.DirName()))
184 if (path_exists && !base::DirectoryExists(path))
251 bool NativeFileUtil::DirectoryExists(const base::FilePath& path) { function in class:fileapi::NativeFileUtil
252 return base::DirectoryExists(path);
308 if (base::DirectoryExists(path))
318 if (!base::DirectoryExists(path))
H A Dfile_system_operation_impl.cc109 void FileSystemOperationImpl::DirectoryExists(const FileSystemURL& url, function in class:fileapi::FileSystemOperationImpl
H A Dfile_system_operation_runner.cc137 OperationID FileSystemOperationRunner::DirectoryExists( function in class:fileapi::FileSystemOperationRunner
150 operation->DirectoryExists(
/external/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc214 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
304 if (pathname_.length() == 0 || this->DirectoryExists()) {
329 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc216 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
306 if (pathname_.length() == 0 || this->DirectoryExists()) {
331 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/open-vcdiff/gtest/src/
H A Dgtest-filepath.cc185 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
274 if (pathname_.length() == 0 || this->DirectoryExists()) {
299 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc185 bool FilePath::DirectoryExists() const { function in class:testing::internal::FilePath
274 if (pathname_.length() == 0 || this->DirectoryExists()) {
299 return this->DirectoryExists(); // An error is OK if the directory exists.
/external/chromium_org/base/
H A Dfile_util_win.cc173 DCHECK(DirectoryExists(from_path));
208 bool DirectoryExists(const FilePath& path) { function in namespace:base
373 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
376 // with the same path. If DirectoryExists() returns true, we lost the
562 using base::DirectoryExists;
706 if (DirectoryExists(from_path)) {
H A Dfile_util_posix.cc372 bool DirectoryExists(const FilePath& path) { function in namespace:base
608 if (DirectoryExists(*i))
617 if (!DirectoryExists(*i)) {
723 using base::DirectoryExists;
/external/chromium/base/
H A Dfile_util_posix.cc328 bool DirectoryExists(const FilePath& path) { function in namespace:file_util
504 if (DirectoryExists(*i))
512 if (!DirectoryExists(*i))
H A Dfile_util_win.cc196 if (DirectoryExists(from_path)) {
287 DCHECK(DirectoryExists(from_path));
338 bool DirectoryExists(const FilePath& path) { function in namespace:file_util
689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
692 // with the same path. If DirectoryExists() returns true, we lost the

Completed in 1785 milliseconds