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

  /bionic/libc/bionic/
stubs.cpp 210 // u2_i1000 -> 2 * AID_USER + AID_ISOLATED_START + 1000
232 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START;
266 if (appid >= AID_ISOLATED_START) {
267 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
290 // AID_APP to AID_ISOLATED_START-1 -> u0_a1234
291 // AID_ISOLATED_START to AID_USER-1 -> u0_i1234
  /system/core/include/private/
android_filesystem_config.h 96 #define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
  /frameworks/native/cmds/servicemanager/
service_manager.c 145 if (appid >= AID_ISOLATED_START && appid <= AID_ISOLATED_END) {
  /external/libselinux/src/
android.c 349 } else if (appid < AID_ISOLATED_START) {
354 appid -= AID_ISOLATED_START;

Completed in 676 milliseconds