Searched defs:extCacheGid (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A DCacheTracker.cpp74 int extCacheGid = multiuser_get_ext_cache_gid(mUserId, mAppId); local
75 if (!mQuotaDevice.empty() && cacheGid != -1 && extCacheGid != -1) {
87 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), mQuotaDevice.c_str(), extCacheGid,
H A DInstalldNativeService.cpp1295 int extCacheGid = multiuser_get_ext_cache_gid(userId, appId); local
1296 if (extCacheGid != -1) {
1297 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), device.c_str(), extCacheGid,
1300 PLOG(ERROR) << "Failed to quotactl " << device << " for GID " << extCacheGid; local
1304 LOG(DEBUG) << "quotactl() for GID " << extCacheGid << " " << dq.dqb_curspace;

Completed in 163 milliseconds