Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_disk_cache_unittest.cc85 EXPECT_FALSE(base::IsDirectoryEmpty(directory_.path())); in TEST_F()
107 EXPECT_FALSE(base::IsDirectoryEmpty(directory_.path())); in TEST_F()
172 EXPECT_FALSE(base::IsDirectoryEmpty(directory_.path())); in TEST_F()
/external/chromium_org/base/files/
Dfile_util_proxy.cc55 if (!recursive && !base::IsDirectoryEmpty(file_path)) { in DeleteAdapter()
/external/chromium_org/content/browser/fileapi/
Ddragged_file_util_unittest.cc57 bool IsDirectoryEmpty(FileSystemContext* context, const FileSystemURL& url) { in IsDirectoryEmpty() function
239 EXPECT_EQ(IsDirectoryEmpty(file_system_context(), url1), in VerifyDirectoriesHaveSameContent()
240 IsDirectoryEmpty(file_system_context(), url2)); in VerifyDirectoriesHaveSameContent()
Dobfuscated_file_util_unittest.cc1068 EXPECT_TRUE(ofu()->IsDirectoryEmpty(context.get(), root)); in TEST_F()
1081 EXPECT_FALSE(ofu()->IsDirectoryEmpty(context.get(), root)); in TEST_F()
1085 EXPECT_FALSE(ofu()->IsDirectoryEmpty(context.get(), in TEST_F()
1131 EXPECT_TRUE(ofu()->IsDirectoryEmpty(context.get(), url)); in TEST_F()
1225 EXPECT_TRUE(ofu()->IsDirectoryEmpty(context.get(), url)); in TEST_F()
/external/chromium_org/chrome/browser/component_updater/
Dcomponent_updater_utils.cc162 if (!base::IsDirectoryEmpty(dirname)) in DeleteFileAndEmptyParentDirectory()
/external/chromium_org/base/
Dfile_util.h206 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
Dfile_util.cc170 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
Dfile_util_unittest.cc2126 TEST_F(FileUtilTest, IsDirectoryEmpty) { in TEST_F() argument
2133 EXPECT_TRUE(IsDirectoryEmpty(empty_dir)); in TEST_F()
2139 EXPECT_FALSE(IsDirectoryEmpty(empty_dir)); in TEST_F()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dpicasa_data_provider.cc138 if (base::IsDirectoryEmpty(temp_dir_path)) in OnTempDirChanged()
/external/chromium_org/chrome/browser/web_applications/
Dweb_app_win.cc542 if (base::IsDirectoryEmpty(chrome_apps_dir)) in DeletePlatformShortcuts()
558 if (base::IsDirectoryEmpty(chrome_apps_dir)) in DeleteAllShortcutsForProfile()
Dweb_app_mac.mm435 if (base::IsDirectoryEmpty(apps_folder))
/external/chromium_org/chrome/installer/util/
Dmove_tree_work_item_unittest.cc443 EXPECT_FALSE(base::IsDirectoryEmpty(temp_to_dir_.path())); in TEST_F()
519 EXPECT_FALSE(base::IsDirectoryEmpty(temp_to_dir_.path())); in TEST_F()
Dshell_util.cc1385 if (base::IsDirectoryEmpty(shortcut_folder) && in RemoveShortcutFolderIfEmpty()
/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.h178 bool IsDirectoryEmpty(
Dnative_file_util.cc308 if (!base::IsDirectoryEmpty(path)) in DeleteDirectory()
Dobfuscated_file_util.cc808 bool ObfuscatedFileUtil::IsDirectoryEmpty( in IsDirectoryEmpty() function in fileapi::ObfuscatedFileUtil
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_cache_unittest.cc552 EXPECT_TRUE(base::IsDirectoryEmpty(cache_files_dir_)); in TEST_F()
/external/chromium_org/content/browser/dom_storage/
Dsession_storage_database.cc332 (!base::PathExists(file_path_) || base::IsDirectoryEmpty(file_path_))) { in LazyOpen()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_database.cc747 base::IsDirectoryEmpty(path_)) { in LazyOpen()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc385 if (!base::IsDirectoryEmpty(path)) in DeleteEmptyDir()