Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Daddr.cc56 bool Addr::SanityCheckForEntryV2() const { in SanityCheckForEntryV2() function in disk_cache::Addr
Daddr.h163 bool SanityCheckForEntryV2() const;
Dentry_impl.cc588 if (next_addr.is_initialized() && !next_addr.SanityCheckForEntryV2()) { in SanityCheck()
Dbackend_impl.cc1520 if (!address.SanityCheckForEntryV2()) { in NewEntry()