Searched refs:AID_APP_START (Results 1 - 6 of 6) sorted by relevance

/system/core/libcutils/
H A Dmultiuser.cpp33 if (app_id >= AID_APP_START && app_id <= AID_APP_END) {
34 return multiuser_get_uid(user_id, (app_id - AID_APP_START) + AID_CACHE_GID_START);
41 if (app_id >= AID_APP_START && app_id <= AID_APP_END) {
42 return multiuser_get_uid(user_id, (app_id - AID_APP_START) + AID_EXT_GID_START);
49 if (app_id >= AID_APP_START && app_id <= AID_APP_END) {
50 return multiuser_get_uid(user_id, (app_id - AID_APP_START) + AID_EXT_CACHE_GID_START);
57 if (app_id >= AID_APP_START && app_id <= AID_APP_END) {
58 return (app_id - AID_APP_START) + AID_SHARED_GID_START;
59 } else if (app_id >= AID_ROOT && app_id <= AID_APP_START) {
/system/core/include/cutils/
H A Dandroid_filesystem_config.h164 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */
165 #define AID_APP_START 10000 /* first app user */ macro
/system/core/include/private/
H A Dandroid_filesystem_config.h164 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */
165 #define AID_APP_START 10000 /* first app user */ macro
/system/core/libcutils/include/cutils/
H A Dandroid_filesystem_config.h164 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */
165 #define AID_APP_START 10000 /* first app user */ macro
/system/core/libcutils/include/private/
H A Dandroid_filesystem_config.h164 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */
165 #define AID_APP_START 10000 /* first app user */ macro
/system/core/libcutils/include_vndk/cutils/
H A Dandroid_filesystem_config.h164 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */
165 #define AID_APP_START 10000 /* first app user */ macro

Completed in 1542 milliseconds