HomeSort by relevance Sort by last modified time
    Searched refs:mMaxKeySize (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
BlobCache.cpp 39 mMaxKeySize(maxKeySize),
56 if (mMaxKeySize < keySize) {
58 keySize, mMaxKeySize);
135 if (mMaxKeySize < keySize) {
137 keySize, mMaxKeySize);
  /system/core/include/utils/
BlobCache.h 211 // mMaxKeySize is the maximum key size that will be cached. Calls to
212 // BlobCache::set with a keySize parameter larger than mMaxKeySize will
214 const size_t mMaxKeySize;

Completed in 845 milliseconds