Searched refs:AID_APP (Results 1 – 9 of 9) sorted by relevance
/system/core/libcutils/include_vndk/cutils/ |
D | android_filesystem_config.h | 182 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */ macro
|
/system/core/libcutils/include/cutils/ |
D | android_filesystem_config.h | 182 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */ macro
|
/system/core/include/private/ |
D | android_filesystem_config.h | 182 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */ macro
|
/system/core/libcutils/include/private/ |
D | android_filesystem_config.h | 182 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */ macro
|
/system/core/libcutils/ |
D | fs_config.cpp | 144 { 00644, AID_APP, AID_APP, 0, "data/data/*" },
|
/system/core/run-as/ |
D | run-as.cpp | 225 if (userAppId < AID_APP) { in main()
|
/system/core/logd/ |
D | LogStatistics.cpp | 340 if (uid < AID_APP) { in UidToNameLocked() 351 if (!name && (userId > (AID_SHARED_GID_START - AID_APP))) { in UidToNameLocked() 352 name = android::uidToName(userId - (AID_SHARED_GID_START - AID_APP)); in UidToNameLocked() 359 if (uid >= AID_APP) { in UidToNameLocked()
|
/system/netd/server/ |
D | SockDiagTest.cpp | 209 .idiag_uid = AID_APP + 123, in makeDiagMessage()
|
/system/netd/tests/ |
D | binder_test.cpp | 667 constexpr int baseUid = AID_APP - 2000; in TEST_F() 675 makeUidRangeParcel(baseUid + 1536, AID_APP - 4), in TEST_F() 689 makeUidRangeParcel(baseUid + 1536, AID_APP - 4), in TEST_F()
|