Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.h54 int getCacheRatio();
DCacheTracker.cpp46 multiuser_get_uid(mUserId, mAppId), cacheUsed, cacheQuota, getCacheRatio()); in toString()
203 int CacheTracker::getCacheRatio() { in getCacheRatio() function in android::installd::CacheTracker
DInstalldNativeService.cpp998 return (left->getCacheRatio() < right->getCacheRatio()); in freeCache()
1015 if (active && (active->getCacheRatio() < 10000) in freeCache()
1017 LOG(DEBUG) << "Active ratio " << active->getCacheRatio() in freeCache()
1031 && active->getCacheRatio() < queue.top()->getCacheRatio(); in freeCache()