Searched refs:DeleteIndexFilesIfCacheIsEmpty (Results 1 – 4 of 4) sorted by relevance
175 EXPECT_TRUE(disk_cache::DeleteIndexFilesIfCacheIsEmpty(cache_path)); in TEST()199 EXPECT_FALSE(disk_cache::DeleteIndexFilesIfCacheIsEmpty(cache_path)); in TEST()
55 NET_EXPORT_PRIVATE bool DeleteIndexFilesIfCacheIsEmpty(
242 bool DeleteIndexFilesIfCacheIsEmpty(const base::FilePath& path) { in DeleteIndexFilesIfCacheIsEmpty() function
730 bool deleted_files = disk_cache::DeleteIndexFilesIfCacheIsEmpty(path); in InitCacheStructureOnDisk()