Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_version_upgrade_unittest.cc34 const char kIndexFileName[] = "the-real-index"; variable
94 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST()
121 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST()
172 const base::FilePath index = index_path.AppendASCII(kIndexFileName); in TEST()
193 const base::FilePath index = index_path.AppendASCII(kIndexFileName); in TEST()
H A Dsimple_version_upgrade.cc29 const char kIndexFileName[] = "the-real-index"; variable
113 cache_directory.AppendASCII(kIndexFileName); in UpgradeIndexV5V6()
247 const base::FilePath legacy_index_file = path.AppendASCII(kIndexFileName); in DeleteIndexFilesIfCacheIsEmpty()
H A Dsimple_index_file.cc239 const char SimpleIndexFile::kIndexFileName[] = "the-real-index"; member in disk_cache::SimpleIndexFile
357 .AppendASCII(kIndexFileName)), in SimpleIndexFile()
H A Dsimple_index_file.h205 static const char kIndexFileName[]; variable