Home
last modified time | relevance | path

Searched defs:put (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dgrant_store.cpp43 std::string GrantStore::put(const uid_t uid, const LockedKeyBlobEntry& lockedEntry) { in put() function in keystore::GrantStore
DKeyStore.cpp283 ResponseCode KeyStore::put(const LockedKeyBlobEntry& blobfile, Blob keyBlob, in put() function in keystore::KeyStore
Dblob.cpp560 void LockedKeyBlobEntry::put(const KeyBlobEntry& entry) { in put() function in LockedKeyBlobEntry
/system/core/libutils/include/utils/
DLruCache.h204 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put() function