Home
last modified time | relevance | path

Searched refs:refetch_count (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Deviction.cc426 DCHECK(!info->refetch_count); in OnCreateEntryV2()
430 if (info->refetch_count < std::numeric_limits<int32_t>::max()) in OnCreateEntryV2()
431 info->refetch_count++; in OnCreateEntryV2()
433 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) { in OnCreateEntryV2()
Ddisk_format.h113 int32_t refetch_count; // How often is this fetched from the net. member
Dentry_impl.cc604 if (stored->reuse_count < 0 || stored->refetch_count < 0) in SanityCheck()
/external/cronet/net/tools/dump_cache/
Ddump_files.cc341 printf("refetch count: %d\n", entry.refetch_count); in DumpEntry()