Searched refs:AID_SHARED_GID_START (Results 1 - 7 of 7) sorted by relevance

/system/core/include/cutils/
H A Dandroid_filesystem_config.h177 #define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */ macro
/system/core/include/private/
H A Dandroid_filesystem_config.h177 #define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */ macro
/system/core/libcutils/include/cutils/
H A Dandroid_filesystem_config.h177 #define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */ macro
/system/core/libcutils/include/private/
H A Dandroid_filesystem_config.h177 #define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */ macro
/system/core/libcutils/include_vndk/cutils/
H A Dandroid_filesystem_config.h177 #define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */ macro
/system/core/libcutils/
H A Dmultiuser.cpp58 return (app_id - AID_APP_START) + AID_SHARED_GID_START;
/system/core/logd/
H A DLogStatistics.cpp261 if (!name && (userId > (AID_SHARED_GID_START - AID_APP))) {
262 name = android::uidToName(userId - (AID_SHARED_GID_START - AID_APP));

Completed in 4163 milliseconds