HomeSort by relevance Sort by last modified time
    Searched refs:AID_SHARED_GID_END (Results 1 - 2 of 2) sorted by null

  /system/core/include/private/
android_filesystem_config.h 113 #define AID_SHARED_GID_END 59999 /* start of gids for apps in each user to share */
  /bionic/libc/bionic/
stubs.cpp 231 if (appid > AID_SHARED_GID_END) {
296 } else if (userid == 0 && appid >= AID_SHARED_GID_START && appid <= AID_SHARED_GID_END) {

Completed in 68 milliseconds