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

  /system/core/include/private/
android_filesystem_config.h 94 #define AID_APP 10000 /* first app user */
216 { 00644, AID_APP, AID_APP, 0, "data/data/*" },
  /bionic/libc/bionic/
stubs.cpp 209 // u0_a1234 -> 0 * AID_USER + AID_APP + 1234
229 appid = strtoul(end+2, &end, 10) + AID_APP;
270 } else if (appid < AID_APP) {
278 snprintf(buffer, bufferlen, "u%u_a%u", userid, appid - AID_APP);
289 // 0 to AID_APP-1 -> "system", "radio", etc.
290 // AID_APP to AID_ISOLATED_START-1 -> u0_a1234
297 if (uid < AID_APP) {
308 if (appid < AID_APP) {
328 if (gid < AID_APP) {
  /system/core/run-as/
run-as.c 127 if (info.uid < AID_APP) {
  /external/libselinux/src/
android.c 340 if (appid < AID_APP) {
351 appid -= AID_APP;
  /system/vold/
VolumeManager.cpp 535 if (gid < AID_APP) {
    [all...]

Completed in 119 milliseconds