Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_index_file_unittest.cc573 const std::string index_file_contents("incorrectly serialized data"); in TEST_F() local
576 ASSERT_TRUE(base::WriteFile(old_index_file, index_file_contents)); in TEST_F()