Searched refs:IsDirectoryEmpty (Results 1 – 3 of 3) sorted by relevance
169 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
206 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
154 CHECK(base::IsDirectoryEmpty(base::FilePath("/"))); in SANDBOX_TEST()