Searched refs:CopyTestCache (Results 1 – 5 of 5) sorted by relevance
458 ASSERT_TRUE(CopyTestCache("bad_entry")); in TEST_F()1675 ASSERT_TRUE(CopyTestCache(name)); in BackendTransaction()1807 ASSERT_TRUE(CopyTestCache("insert_load1")); in BackendRecoverWithEviction()1829 ASSERT_TRUE(CopyTestCache("wrong_version")); in TEST_F()1968 ASSERT_TRUE(CopyTestCache("wrong_version")); in TEST_F()1996 ASSERT_TRUE(CopyTestCache("bad_entry")); in BackendInvalidEntry2()2033 ASSERT_TRUE(CopyTestCache("dirty_entry3")); in TEST_F()2038 ASSERT_TRUE(CopyTestCache("dirty_entry4")); in TEST_F()2047 ASSERT_TRUE(CopyTestCache("dirty_entry3")); in TEST_F()2059 ASSERT_TRUE(CopyTestCache("dirty_entry4")); in TEST_F()[all …]
44 bool CopyTestCache(const std::string& name);
34 bool DiskCacheTest::CopyTestCache(const std::string& name) { in CopyTestCache() function in DiskCacheTest
138 ASSERT_TRUE(CopyTestCache("dirty_entry4"));
283 ASSERT_TRUE(CopyTestCache("remove_load1")); in TEST_F()