Home
last modified time | relevance | path

Searched refs:attachToCache (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/include/utils/
DLruCache.h103 void attachToCache(Entry& entry);
199 attachToCache(*entry); in get()
215 attachToCache(*newEntry); in put()
270 void LruCache<TKey, TValue>::attachToCache(Entry& entry) { in attachToCache() function