Home
last modified time | relevance | path

Searched refs:IsDirectoryEmpty (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/
Dfile_util_proxy.cc61 if (!file_util::IsDirectoryEmpty(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()
319 if (!recursive_ && !file_util::IsDirectoryEmpty(file_path_)) { in RunWork()
Dfile_util.h252 BASE_API bool IsDirectoryEmpty(const FilePath& dir_path);
Dfile_util.cc170 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
Dfile_util_unittest.cc1800 TEST_F(FileUtilTest, IsDirectoryEmpty) { in TEST_F() argument
1807 EXPECT_TRUE(file_util::IsDirectoryEmpty(empty_dir)); in TEST_F()
1813 EXPECT_FALSE(file_util::IsDirectoryEmpty(empty_dir)); in TEST_F()