/external/chromium_org/content/browser/appcache/ |
D | appcache_disk_cache_unittest.cc | 85 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/ |
D | file_util_proxy.cc | 55 if (!recursive && !base::IsDirectoryEmpty(file_path)) { in DeleteAdapter()
|
/external/chromium_org/content/browser/fileapi/ |
D | dragged_file_util_unittest.cc | 57 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()
|
D | obfuscated_file_util_unittest.cc | 1068 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/ |
D | component_updater_utils.cc | 162 if (!base::IsDirectoryEmpty(dirname)) in DeleteFileAndEmptyParentDirectory()
|
/external/chromium_org/base/ |
D | file_util.h | 206 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
|
D | file_util.cc | 170 bool IsDirectoryEmpty(const FilePath& dir_path) { in IsDirectoryEmpty() function
|
D | file_util_unittest.cc | 2126 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/ |
D | picasa_data_provider.cc | 138 if (base::IsDirectoryEmpty(temp_dir_path)) in OnTempDirChanged()
|
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_win.cc | 542 if (base::IsDirectoryEmpty(chrome_apps_dir)) in DeletePlatformShortcuts() 558 if (base::IsDirectoryEmpty(chrome_apps_dir)) in DeleteAllShortcutsForProfile()
|
D | web_app_mac.mm | 435 if (base::IsDirectoryEmpty(apps_folder))
|
/external/chromium_org/chrome/installer/util/ |
D | move_tree_work_item_unittest.cc | 443 EXPECT_FALSE(base::IsDirectoryEmpty(temp_to_dir_.path())); in TEST_F() 519 EXPECT_FALSE(base::IsDirectoryEmpty(temp_to_dir_.path())); in TEST_F()
|
D | shell_util.cc | 1385 if (base::IsDirectoryEmpty(shortcut_folder) && in RemoveShortcutFolderIfEmpty()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | obfuscated_file_util.h | 178 bool IsDirectoryEmpty(
|
D | native_file_util.cc | 308 if (!base::IsDirectoryEmpty(path)) in DeleteDirectory()
|
D | obfuscated_file_util.cc | 808 bool ObfuscatedFileUtil::IsDirectoryEmpty( in IsDirectoryEmpty() function in fileapi::ObfuscatedFileUtil
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | file_cache_unittest.cc | 552 EXPECT_TRUE(base::IsDirectoryEmpty(cache_files_dir_)); in TEST_F()
|
/external/chromium_org/content/browser/dom_storage/ |
D | session_storage_database.cc | 332 (!base::PathExists(file_path_) || base::IsDirectoryEmpty(file_path_))) { in LazyOpen()
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_database.cc | 747 base::IsDirectoryEmpty(path_)) { in LazyOpen()
|
/external/chromium_org/chrome/installer/setup/ |
D | uninstall.cc | 385 if (!base::IsDirectoryEmpty(path)) in DeleteEmptyDir()
|