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

  /external/chromium_org/base/files/
file_util_proxy.cc 55 if (!recursive && !base::IsDirectoryEmpty(file_path)) {
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache_unittest.cc 85 EXPECT_FALSE(base::IsDirectoryEmpty(directory_.path()));
107 EXPECT_FALSE(base::IsDirectoryEmpty(directory_.path()));
172 EXPECT_FALSE(base::IsDirectoryEmpty(directory_.path()));
  /external/chromium_org/chrome/browser/component_updater/
component_updater_utils.cc 162 if (!base::IsDirectoryEmpty(dirname))
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 57 bool IsDirectoryEmpty(FileSystemContext* context, const FileSystemURL& url) {
239 EXPECT_EQ(IsDirectoryEmpty(file_system_context(), url1),
240 IsDirectoryEmpty(file_system_context(), url2));
obfuscated_file_util_unittest.cc     [all...]
  /external/chromium_org/base/
file_util.cc 170 bool IsDirectoryEmpty(const FilePath& dir_path) {
file_util.h 206 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
file_util_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.cc 138 if (base::IsDirectoryEmpty(temp_dir_path))
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.h 178 bool IsDirectoryEmpty(
native_file_util.cc 308 if (!base::IsDirectoryEmpty(path))
obfuscated_file_util.cc 808 bool ObfuscatedFileUtil::IsDirectoryEmpty(
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 542 if (base::IsDirectoryEmpty(chrome_apps_dir))
558 if (base::IsDirectoryEmpty(chrome_apps_dir))
  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 443 EXPECT_FALSE(base::IsDirectoryEmpty(temp_to_dir_.path()));
519 EXPECT_FALSE(base::IsDirectoryEmpty(temp_to_dir_.path()));
shell_util.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 552 EXPECT_TRUE(base::IsDirectoryEmpty(cache_files_dir_));
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 332 (!base::PathExists(file_path_) || base::IsDirectoryEmpty(file_path_))) {
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 385 if (!base::IsDirectoryEmpty(path))
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database.cc 747 base::IsDirectoryEmpty(path_)) {
    [all...]

Completed in 833 milliseconds