Home
last modified time | relevance | path

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

/system/core/include/utils/
DLruCache.h93 void attachToCache(Entry& entry);
135 attachToCache(entry); in get()
158 attachToCache(entry); in put()
208 void LruCache<TKey, TValue>::attachToCache(Entry& entry) { in attachToCache() function