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

  /external/chromium/net/tools/dump_cache/
cache_dumper.h 47 class CacheDumper : public CacheDumpWriter {
49 explicit CacheDumper(disk_cache::Backend* cache) : cache_(cache) {}
dump_files.cc 108 class CacheDumper {
110 explicit CacheDumper(const std::wstring& path)
137 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
140 bool CacheDumper::Init() {
159 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
189 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
214 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
312 CacheDumper dumper(input_path);
cache_dumper.cc 16 int CacheDumper::CreateEntry(const std::string& key,
22 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
28 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
upgrade.cc 337 writer_ = new CacheDumper(cache_.get());

Completed in 128 milliseconds