Home
last modified time | relevance | path

Searched refs:DiskDumper (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/tools/dump_cache/
Dcache_dumper.cc64 bool DiskDumper::CreateEntry(const std::string& key, in CreateEntry()
136 bool DiskDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset, in WriteEntry()
191 void DiskDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used, in CloseEntry()
Dcache_dumper.h57 class DiskDumper : public CacheDumpWriter {
59 DiskDumper(const std::wstring& path) : path_(path), entry_(NULL) { in DiskDumper() function
Dupgrade.cc303 writer_ = new DiskDumper(path_); in DoInit()