Home
last modified time | relevance | path

Searched refs:AID_APP (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/
DNetdConstants.h31 const int MAX_SYSTEM_UID = AID_APP - 1;
/system/netd/tests/
Dbinder_test.cpp345 constexpr int baseUid = AID_APP - 2000; in TEST_F()
353 {baseUid + 1536, AID_APP - 4}, in TEST_F()
367 {baseUid + 1536, AID_APP - 4}, in TEST_F()
/system/core/libcutils/
Dfs_config.c130 { 00644, AID_APP, AID_APP, 0, "data/data/*" },
/system/core/include/private/
Dandroid_filesystem_config.h123 #define AID_APP 10000 /* first app user */ macro
/system/core/run-as/
Drun-as.c166 if (userAppId < AID_APP) { in main()
/system/core/logd/
DLogStatistics.cpp175 if (!name && (userId > (AID_SHARED_GID_START - AID_APP))) { in uidToName()
176 name = android::uidToName(userId - (AID_SHARED_GID_START - AID_APP)); in uidToName()
/system/vold/
DVolumeManager.cpp1166 if (gid < AID_APP) { in fixupAsecPermissions()