Searched refs:AID_APP (Results 1 - 8 of 8) sorted by relevance

/system/netd/server/
H A DNetdConstants.h33 const int MAX_SYSTEM_UID = AID_APP - 1;
H A DSockDiagTest.cpp213 .idiag_uid = AID_APP + 123,
/system/core/include/private/
H A Dandroid_filesystem_config.h129 #define AID_APP 10000 /* first app user */ macro
/system/core/libcutils/
H A Dfs_config.c131 { 00644, AID_APP, AID_APP, 0, "data/data/*" },
/system/core/run-as/
H A Drun-as.c166 if (userAppId < AID_APP) {
/system/netd/tests/
H A Dbinder_test.cpp424 constexpr int baseUid = AID_APP - 2000;
432 {baseUid + 1536, AID_APP - 4},
446 {baseUid + 1536, AID_APP - 4},
/system/core/logd/
H A DLogStatistics.cpp175 if (!name && (userId > (AID_SHARED_GID_START - AID_APP))) {
176 name = android::uidToName(userId - (AID_SHARED_GID_START - AID_APP));
/system/vold/
H A DVolumeManager.cpp1166 if (gid < AID_APP) {

Completed in 240 milliseconds