Searched refs:blobentry (Results 1 – 1 of 1) sorted by relevance
129 auto blobentry = getBlobEntryIfExists(alias, uid); in getLockedBlobEntryIfExists() local130 if (!blobentry) return {}; in getLockedBlobEntryIfExists()131 LockedKeyBlobEntry lockedentry = LockedKeyBlobEntry::get(std::move(*blobentry)); in getLockedBlobEntryIfExists()