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

  /bionic/libc/bionic/
stubs.cpp 207 // u0_a1234 -> 0 * AID_USER + AID_APP + 1234
243 appid = strtoul(end+2, &end, 10) + AID_APP;
285 } else if (appid < AID_APP) {
293 snprintf(buffer, bufferlen, "u%u_a%u", userid, appid - AID_APP);
304 } else if (appid < AID_APP) {
312 snprintf(buffer, bufferlen, "u%u_a%u", userid, appid - AID_APP);
365 // 0 to AID_APP-1 -> "system", "radio", etc.
366 // AID_APP to AID_ISOLATED_START-1 -> u0_a1234
371 if (uid < AID_APP) {
379 if (appid < AID_APP) {
    [all...]
  /system/netd/server/
NetdConstants.h 33 const int MAX_SYSTEM_UID = AID_APP - 1;
SockDiagTest.cpp 212 .idiag_uid = AID_APP + 123,
  /system/core/include/private/
android_filesystem_config.h 129 #define AID_APP 10000 /* first app user */
  /system/core/libcutils/
fs_config.c 131 { 00644, AID_APP, AID_APP, 0, "data/data/*" },
  /system/core/run-as/
run-as.c 166 if (userAppId < AID_APP) {
  /system/netd/tests/
binder_test.cpp 424 constexpr int baseUid = AID_APP - 2000;
432 {baseUid + 1536, AID_APP - 4},
446 {baseUid + 1536, AID_APP - 4},
  /device/google/dragon/crash_collector/
crash_collector.cc 188 if (appid >= AID_APP) { // Ignore non-system crashes.
  /system/core/logd/
LogStatistics.cpp 175 if (!name && (userId > (AID_SHARED_GID_START - AID_APP))) {
176 name = android::uidToName(userId - (AID_SHARED_GID_START - AID_APP));
  /frameworks/native/cmds/servicemanager/
service_manager.c 127 if (multiuser_get_app_id(uid) >= AID_APP) {
  /external/libselinux/src/
android.c 692 if (appid < AID_APP) {
703 appid -= AID_APP;
    [all...]
  /system/vold/
VolumeManager.cpp     [all...]

Completed in 618 milliseconds