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);
135 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { function in class:android::LruCache
231 put(p->key, p->value);
/system/security/keystore/
H A Dkeystore.cpp1010 if ((rc = this->put(filename, keyBlob, uid)) != NO_ERROR
1043 ResponseCode put(const char* filename, Blob* keyBlob, uid_t uid) { function in class:KeyStore
1108 return put(filename, &keyBlob, uid);
1501 return mKeyStore->put(filename.string(), &keyBlob, callingUid);
1860 return mKeyStore->put(filename.string(), &keyBlob, callingUid);
2223 return mKeyStore->put(targetFile.string(), &keyBlob, callingUid);

Completed in 41 milliseconds