HomeSort by relevance Sort by last modified time
    Searched refs:kIndexFileName (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade_unittest.cc 31 // Same as |SimpleIndexFile::kIndexFileName|.
32 const char kIndexFileName[] = "the-real-index";
70 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName);
97 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName);
simple_version_upgrade.cc 26 const char kIndexFileName[] = "the-real-index";
104 cache_directory.AppendASCII(kIndexFileName);
simple_index_file.h 180 static const char kIndexFileName[];
simple_index_file.cc 141 const char SimpleIndexFile::kIndexFileName[] = "the-real-index";
246 .AppendASCII(kIndexFileName)),

Completed in 978 milliseconds