Home
last modified time | relevance | path

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

/haiku/headers/private/package/hpkg/
H A DPoolBuffer.h39 bool IsCached() const { return fCached; } in IsCached() function
/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolImpl.cpp153 if (buffer->IsCached()) { in PutBuffer()