Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Deviction.cc318 const int kListsToSearch = 3; in TrimCacheV2() local
319 Rankings::ScopedRankingsBlock next[kListsToSearch]; in TrimCacheV2()
324 for (int i = 0; i < kListsToSearch; i++) { in TrimCacheV2()
346 for (; list < kListsToSearch; list++) { in TrimCacheV2()
374 list = kListsToSearch; in TrimCacheV2()
Dbackend_impl.cc640 const int kListsToSearch = 3; in OpenNextEntryImpl() local
641 scoped_refptr<EntryImpl> entries[kListsToSearch]; in OpenNextEntryImpl()
647 for (int i = 0; i < kListsToSearch; i++) { in OpenNextEntryImpl()
658 for (int i = 0; i < kListsToSearch; i++) { in OpenNextEntryImpl()
671 Time access_times[kListsToSearch]; in OpenNextEntryImpl()
672 for (int i = 0; i < kListsToSearch; i++) { in OpenNextEntryImpl()