Home
last modified time | relevance | path

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

/system/core/include/utils/
DLruCache.h140 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put() function
/system/security/keystore/
Dkeystore.cpp1138 ResponseCode put(const char* filename, Blob* keyBlob, uid_t uid) { in put() function in KeyStore