Searched refs:mBlobCache (Results 1 – 2 of 2) sorted by relevance
72 mBlobCache = NULL; in terminate()140 if (mBlobCache == nullptr) { in getBlobCacheLocked()141 mBlobCache.reset(new BlobCache(mMaxKeySize, mMaxValueSize, mMaxTotalSize, mPolicy)); in getBlobCacheLocked()144 return mBlobCache.get(); in getBlobCacheLocked()164 if (mFilename.length() > 0 && mBlobCache != NULL) { in saveBlobCacheLocked()165 size_t cacheSize = mBlobCache->getFlattenedSize(); in saveBlobCacheLocked()199 int err = mBlobCache->flatten(buf + headerSize, cacheSize); in saveBlobCacheLocked()277 int err = mBlobCache->unflatten(buf + headerSize, cacheSize); in loadBlobCacheLocked()
128 std::unique_ptr<BlobCache> mBlobCache; variable