Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Dbackend_impl.cc989 int64_t last_report = stats_.GetCounter(Stats::LAST_REPORT); in ShouldReportAgain() local
990 Time last_time = Time::FromInternalValue(last_report); in ShouldReportAgain()
991 if (!last_report || (Time::Now() - last_time).InDays() >= 7) { in ShouldReportAgain()
1529 int64_t last_report = stats_.GetCounter(Stats::LAST_REPORT); in RestartCache() local
1548 stats_.SetCounter(Stats::LAST_REPORT, last_report); in RestartCache()