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

  /system/core/include/private/
android_filesystem_config.h 83 #define AID_APP 10000 /* first app user */
203 { 00644, AID_APP, AID_APP, "data/data/*" },
  /system/core/run-as/
run-as.c 126 if (info.uid < AID_APP) {
  /bionic/libc/bionic/
stubs.c 247 * corresponding user/group id (AID_APP + 1234)
265 appid = strtoul(end+2, &end, 10) + AID_APP;
279 if (appid < AID_APP || appid >= AID_USER)
299 snprintf(buffer, bufferlen, "u%u_a%u", userid, appid - AID_APP);
313 if (uid < AID_APP) {
339 if (gid < AID_APP) {
  /system/vold/
VolumeManager.cpp 502 if (gid < AID_APP) {
    [all...]

Completed in 48 milliseconds