Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/
Ddisk_cache_test_util.cc77 return cache->SelfCheck() >= 0; in CheckCacheIntegrity()
/external/cronet/net/disk_cache/blockfile/
Drankings.h148 int SelfCheck();
Dbackend_impl.h267 int SelfCheck();
Dbackend_impl.cc299 int sc = SelfCheck(); in SyncInit()
1183 int BackendImpl::SelfCheck() { in SelfCheck() function in disk_cache::BackendImpl
1189 int num_entries = rankings_.SelfCheck(); in SelfCheck()
Drankings.cc507 int Rankings::SelfCheck() { in SelfCheck() function in disk_cache::Rankings