Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_storage_unittest.cc74 EXPECT_FALSE(IsDirectoryEmpty(test_storage_dir())); in TEST_F()
/external/libchrome/base/files/
Dfile_util.cc195 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
Dfile_util.h250 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
Dfile_util_unittest.cc2203 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() argument
3274 EXPECT_TRUE(IsDirectoryEmpty(empty_dir)); in TEST_F()
3281 EXPECT_FALSE(IsDirectoryEmpty(empty_dir)); in TEST_F()
/external/libbrillo/brillo/files/
Dsafe_fd_test.cc663 ASSERT_TRUE(base::IsDirectoryEmpty(sub_dir_path_)); in TEST_F()