HomeSort by relevance Sort by last modified time
    Searched refs:IsDirectoryEmpty (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
file_util.h 252 BASE_API bool IsDirectoryEmpty(const FilePath& dir_path);
file_util.cc 170 bool IsDirectoryEmpty(const FilePath& dir_path) {
file_util_proxy.cc 61 if (!file_util::IsDirectoryEmpty(dest_file_path))
319 if (!recursive_ && !file_util::IsDirectoryEmpty(file_path_)) {
file_util_unittest.cc     [all...]

Completed in 62 milliseconds