HomeSort by relevance Sort by last modified time
    Searched refs:CacheDumper (Results 1 - 8 of 8) 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());
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 46 class CacheDumper : public CacheDumpWriter {
48 explicit CacheDumper(disk_cache::Backend* cache);
cache_dumper.cc 17 CacheDumper::CacheDumper(disk_cache::Backend* cache)
21 int CacheDumper::CreateEntry(const std::string& key,
27 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
33 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
dump_files.cc 153 class CacheDumper {
155 explicit CacheDumper(const base::FilePath& path)
182 DISALLOW_COPY_AND_ASSIGN(CacheDumper);
185 bool CacheDumper::Init() {
203 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry) {
233 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
258 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,
359 CacheDumper dumper(input_path);
upgrade_win.cc 334 writer_ = new CacheDumper(cache_.get());

Completed in 62 milliseconds