Searched refs:CheckCacheIntegrity (Results 1 – 4 of 4) sorted by relevance
36 bool CheckCacheIntegrity(const FilePath& path, bool new_eviction);
61 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_)); in SimulateCrash()216 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_)); in TearDown()
95 bool CheckCacheIntegrity(const FilePath& path, bool new_eviction) { in CheckCacheIntegrity() function
1220 ASSERT_TRUE(CheckCacheIntegrity(GetCacheFilePath(), new_eviction_)); in BackendTransaction()