Home | History | Annotate | Download | only in installd

Lines Matching refs:sharedGid

1178         int sharedGid = multiuser_get_shared_gid(0, appId);
1179 if (sharedGid != -1) {
1180 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), device.c_str(), sharedGid,
1183 PLOG(ERROR) << "Failed to quotactl " << device << " for GID " << sharedGid;
1187 LOG(DEBUG) << "quotactl() for GID " << sharedGid << " " << dq.dqb_curspace;
1446 int32_t sharedGid = multiuser_get_shared_gid(0, appId);
1447 if (sharedGid != -1) {
1449 sharedGid, -1);