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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1172 int sharedGid = multiuser_get_shared_gid(0, appId); local
1173 if (sharedGid != -1) {
1174 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), device.c_str(), sharedGid,
1177 PLOG(ERROR) << "Failed to quotactl " << device << " for GID " << sharedGid; local
1181 LOG(DEBUG) << "quotactl() for GID " << sharedGid << " " << dq.dqb_curspace;
1440 int32_t sharedGid = multiuser_get_shared_gid(0, appId); local
1441 if (sharedGid != -1) {
1443 sharedGid, -1); local

Completed in 65 milliseconds