Searched refs:IsDirectoryEmpty (Results 1 – 4 of 4) sorted by relevance
61 if (!file_util::IsDirectoryEmpty(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()319 if (!recursive_ && !file_util::IsDirectoryEmpty(file_path_)) { in RunWork()
252 BASE_API bool IsDirectoryEmpty(const FilePath& dir_path);
170 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
1800 TEST_F(FileUtilTest, IsDirectoryEmpty) { in TEST_F() argument1807 EXPECT_TRUE(file_util::IsDirectoryEmpty(empty_dir)); in TEST_F()1813 EXPECT_FALSE(file_util::IsDirectoryEmpty(empty_dir)); in TEST_F()