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

  /system/netd/server/
NetdConstants.h 31 const int MAX_SYSTEM_UID = AID_APP - 1;
  /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/core/include/private/
android_filesystem_config.h 123 #define AID_APP 10000 /* first app user */
  /system/core/libcutils/
fs_config.c 130 { 00644, AID_APP, AID_APP, 0, "data/data/*" },
  /system/netd/tests/
binder_test.cpp 345 constexpr int baseUid = AID_APP - 2000;
353 {baseUid + 1536, AID_APP - 4},
367 {baseUid + 1536, AID_APP - 4},
  /system/core/run-as/
run-as.c 166 if (userAppId < AID_APP) {
  /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));
  /external/libselinux/src/
android.c 692 if (appid < AID_APP) {
703 appid -= AID_APP;
    [all...]
  /system/vold/
VolumeManager.cpp     [all...]

Completed in 302 milliseconds