Home
last modified time | relevance | path

Searched defs:index_file (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc92 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
119 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
Dsimple_index_unittest.cc129 auto index_file = std::make_unique<MockSimpleIndexFile>(CacheType()); in SetUp() local
189 const MockSimpleIndexFile* index_file() const { return index_file_.get(); } in index_file() function in disk_cache::SimpleIndexTest
Dsimple_index.cc184 std::unique_ptr<SimpleIndexFile> index_file) in SimpleIndex()
/external/cronet/tot/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc92 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
119 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
Dsimple_index_unittest.cc129 auto index_file = std::make_unique<MockSimpleIndexFile>(CacheType()); in SetUp() local
189 const MockSimpleIndexFile* index_file() const { return index_file_.get(); } in index_file() function in disk_cache::SimpleIndexTest
Dsimple_index.cc184 std::unique_ptr<SimpleIndexFile> index_file) in SimpleIndex()
/external/kmod/libkmod/
Dlibkmod-index.c307 struct index_file { struct
312 struct index_file *index_file_open(const char *filename) in index_file_open() argument
/external/clang/tools/c-index-test/
Dc-index-test.c3378 static int index_file(int argc, const char **argv, int full) { in index_file() function