Searched refs:quotaDevice (Results 1 – 2 of 2) sorted by relevance
42 CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice);
36 CacheTracker::CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice) : in CacheTracker() argument37 cacheUsed(0), cacheQuota(0), mUserId(userId), mAppId(appId), mQuotaDevice(quotaDevice), in CacheTracker()