Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Ddisk_cache_test_util.h36 bool CheckCacheIntegrity(const FilePath& path, bool new_eviction);
Ddisk_cache_test_base.cc61 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_)); in SimulateCrash()
216 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_)); in TearDown()
Ddisk_cache_test_util.cc95 bool CheckCacheIntegrity(const FilePath& path, bool new_eviction) { in CheckCacheIntegrity() function
Dbackend_unittest.cc1220 ASSERT_TRUE(CheckCacheIntegrity(GetCacheFilePath(), new_eviction_)); in BackendTransaction()