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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1189 int extGid = multiuser_get_ext_gid(userId, appId); local
1190 if (extGid != -1) {
1191 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), device.c_str(), extGid,
1194 PLOG(ERROR) << "Failed to quotactl " << device << " for GID " << extGid; local
1198 LOG(DEBUG) << "quotactl() for GID " << extGid << " " << dq.dqb_curspace;

Completed in 56 milliseconds