Searched refs:IsDirectoryEmpty (Results 1 – 5 of 5) sorted by relevance
74 EXPECT_FALSE(IsDirectoryEmpty(test_storage_dir())); in TEST_F()
195 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
250 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
2203 EXPECT_TRUE(IsDirectoryEmpty(dest_dir)); in TEST_F()2208 EXPECT_TRUE(IsDirectoryEmpty(dest_dir)); in TEST_F()3266 TEST_F(FileUtilTest, IsDirectoryEmpty) { in TEST_F() argument3274 EXPECT_TRUE(IsDirectoryEmpty(empty_dir)); in TEST_F()3281 EXPECT_FALSE(IsDirectoryEmpty(empty_dir)); in TEST_F()
663 ASSERT_TRUE(base::IsDirectoryEmpty(sub_dir_path_)); in TEST_F()