Searched refs:sharedGid (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageDexOptimizer.java | 266 int sharedGid = UserHandle.getSharedAppGid(pkg.getUid()); in performDexOptLI() local 267 if (sharedGid == -1) { in performDexOptLI() 270 sharedGid = android.os.Process.NOBODY_UID; in performDexOptLI() 353 analyseProfiles(pkg, sharedGid, profileName, compilerFilter); in performDexOptLI() 383 profileAnalysisResult, classLoaderContexts[i], dexoptFlags, sharedGid, in performDexOptLI()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 717 gid_t sharedGid = multiuser_get_shared_gid(userId, appId); in chown_app_profile_dir() local 744 if (chown(p->fts_path, AID_SYSTEM, sharedGid) != 0) { in chown_app_profile_dir() 754 if (lchown(p->fts_path, sharedGid, sharedGid) != 0) { in chown_app_profile_dir() 2413 int sharedGid = multiuser_get_shared_gid(0, appId); in collectQuotaStats() local 2414 if (sharedGid != -1) { in collectQuotaStats() 2415 if ((space = GetOccupiedSpaceForGid(uuid, sharedGid)) != -1) { in collectQuotaStats() 2702 int32_t sharedGid = multiuser_get_shared_gid(0, appId); in getAppSize() local 2703 if (sharedGid != -1) { in getAppSize() 2705 sharedGid, -1); in getAppSize()
|