Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.cc169 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
Dfile_util.h206 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
/external/libchrome/sandbox/linux/services/
Dcredentials_unittest.cc154 CHECK(base::IsDirectoryEmpty(base::FilePath("/"))); in SANDBOX_TEST()