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

/system/core/include/utils/
H A DLruCache.h47 bool put(const TKey& key, const TValue& value);
140 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { function in class:android::LruCache
244 put(p->key, p->value);
/system/security/keystore/
H A Dkeystore.cpp1097 if ((rc = this->put(filename, keyBlob, uid)) != NO_ERROR
1130 ResponseCode put(const char* filename, Blob* keyBlob, uid_t uid) { function in class:KeyStore
1263 return put(filename, &keyBlob, uid);
1659 return mKeyStore->put(filename.string(), &keyBlob, targetUid);
1968 return mKeyStore->put(filename.string(), &keyBlob, callingUid);
2314 return mKeyStore->put(targetFile.string(), &keyBlob, destUid);

Completed in 79 milliseconds