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

  /external/chromium/net/tools/dump_cache/
cache_dumper.h 42 class CacheDumper : public CacheDumpWriter {
44 CacheDumper(disk_cache::BackendImpl* cache) : cache_(cache) {};
dump_files.cc 106 class CacheDumper {
108 explicit CacheDumper(const std::wstring& path)
131 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
134 bool CacheDumper::Init() {
155 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
187 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
203 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
301 CacheDumper dumper(input_path);

Completed in 53 milliseconds