Searched refs:getCacheRatio (Results 1 – 3 of 3) sorted by relevance
54 int getCacheRatio();
46 multiuser_get_uid(mUserId, mAppId), cacheUsed, cacheQuota, getCacheRatio()); in toString()203 int CacheTracker::getCacheRatio() { in getCacheRatio() function in android::installd::CacheTracker
998 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()