Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Dstats.h35 OPEN_ENTRIES, // Average number of open entries. enumerator
Dbackend_impl.cc1090 int64_t current = stats_.GetCounter(Stats::OPEN_ENTRIES); in OnStatsTimer()
1099 stats_.SetCounter(Stats::OPEN_ENTRIES, current); in OnStatsTimer()
1894 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); in ReportStats()