Home
last modified time | relevance | path

Searched refs:DeleteIndexFilesIfCacheIsEmpty (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_version_upgrade_unittest.cc175 EXPECT_TRUE(disk_cache::DeleteIndexFilesIfCacheIsEmpty(cache_path)); in TEST()
199 EXPECT_FALSE(disk_cache::DeleteIndexFilesIfCacheIsEmpty(cache_path)); in TEST()
H A Dsimple_version_upgrade.h55 NET_EXPORT_PRIVATE bool DeleteIndexFilesIfCacheIsEmpty(
H A Dsimple_version_upgrade.cc242 bool DeleteIndexFilesIfCacheIsEmpty(const base::FilePath& path) { in DeleteIndexFilesIfCacheIsEmpty() function
H A Dsimple_backend_impl.cc730 bool deleted_files = disk_cache::DeleteIndexFilesIfCacheIsEmpty(path); in InitCacheStructureOnDisk()