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 137 #define AID_SHARED_GID_END 59999 /* start of gids for apps in each user to share */
  /bionic/libc/bionic/
stubs.cpp 237 if (appid > AID_SHARED_GID_END) {
302 } else if (userid == 0 && appid >= AID_SHARED_GID_START && appid <= AID_SHARED_GID_END) {

Completed in 446 milliseconds