Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.h42 CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice);
DCacheTracker.cpp36 CacheTracker::CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice) : in CacheTracker() argument
37 cacheUsed(0), cacheQuota(0), mUserId(userId), mAppId(appId), mQuotaDevice(quotaDevice), in CacheTracker()