Searched defs:index_file (Results 1 – 8 of 8) sorted by relevance
92 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local119 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
129 auto index_file = std::make_unique<MockSimpleIndexFile>(CacheType()); in SetUp() local189 const MockSimpleIndexFile* index_file() const { return index_file_.get(); } in index_file() function in disk_cache::SimpleIndexTest
184 std::unique_ptr<SimpleIndexFile> index_file) in SimpleIndex()
307 struct index_file { struct312 struct index_file *index_file_open(const char *filename) in index_file_open() argument
3378 static int index_file(int argc, const char **argv, int full) { in index_file() function