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

  /external/chromium_org/webkit/browser/fileapi/
isolated_file_util_unittest.cc 51 bool IsDirectoryEmpty(FileSystemContext* context, const FileSystemURL& url) {
235 EXPECT_EQ(IsDirectoryEmpty(file_system_context(), url1),
236 IsDirectoryEmpty(file_system_context(), url2));
native_file_util.cc 255 if (!file_util::IsDirectoryEmpty(path))
obfuscated_file_util.h 138 bool IsDirectoryEmpty(
obfuscated_file_util_unittest.cc     [all...]
obfuscated_file_util.cc 824 bool ObfuscatedFileUtil::IsDirectoryEmpty(
    [all...]
  /external/chromium_org/base/
file_util.cc 163 bool IsDirectoryEmpty(const FilePath& dir_path) {
file_util.h 195 BASE_EXPORT bool IsDirectoryEmpty(const base::FilePath& dir_path);
file_util_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 463 if (file_util::IsDirectoryEmpty(chrome_apps_dir))
476 if (file_util::IsDirectoryEmpty(chrome_apps_dir))
  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 442 EXPECT_FALSE(file_util::IsDirectoryEmpty(temp_to_dir_.path()));
518 EXPECT_FALSE(file_util::IsDirectoryEmpty(temp_to_dir_.path()));
  /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...]
  /external/chromium_org/base/files/
file_util_proxy.cc 216 if (!recursive && !file_util::IsDirectoryEmpty(file_path)) {
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 284 file_util::IsDirectoryEmpty(file_path_))) {
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 403 if (!file_util::IsDirectoryEmpty(path))
    [all...]

Completed in 270 milliseconds