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.cpp1204 int extCacheGid = multiuser_get_ext_cache_gid(userId, appId); local
1205 if (extCacheGid != -1) {
1206 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), device.c_str(), extCacheGid,
1209 PLOG(ERROR) << "Failed to quotactl " << device << " for GID " << extCacheGid; local
1213 LOG(DEBUG) << "quotactl() for GID " << extCacheGid << " " << dq.dqb_curspace;

Completed in 64 milliseconds