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

  /system/core/include/private/
android_filesystem_config.h 131 #define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
  /bionic/libc/bionic/
stubs.cpp 208 // u2_i1000 -> 2 * AID_USER + AID_ISOLATED_START + 1000
247 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START;
283 if (appid >= AID_ISOLATED_START) {
284 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
300 if (appid >= AID_ISOLATED_START) {
301 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
366 // AID_APP to AID_ISOLATED_START-1 -> u0_a1234
367 // AID_ISOLATED_START to AID_USER-1 -> u0_i1234
  /frameworks/native/cmds/servicemanager/
service_manager.c 200 if (appid >= AID_ISOLATED_START && appid <= AID_ISOLATED_END) {
  /external/libselinux/src/
android.c 701 } else if (appid < AID_ISOLATED_START) {
706 appid -= AID_ISOLATED_START;
    [all...]

Completed in 166 milliseconds