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

  /bionic/libc/bionic/
stubs.c 267 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START;
298 if (appid < AID_ISOLATED_START) {
301 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
  /system/core/include/private/
android_filesystem_config.h 85 #define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
  /frameworks/base/cmds/servicemanager/
service_manager.c 142 if (appid >= AID_ISOLATED_START && appid <= AID_ISOLATED_END) {

Completed in 68 milliseconds