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

  /system/core/include/private/
android_filesystem_config.h 73 #define AID_APP 10000 /* first app user */
175 { 00644, AID_APP, AID_APP, "data/data/*" },
  /bionic/libc/bionic/
stubs.c 175 * corresponding user/group id (AID_APP + 1234)
191 id += AID_APP;
195 if (id < AID_APP || (unsigned)id != id)
213 if (uid < AID_APP) {
219 "app_%u", uid - AID_APP );
238 if (gid < AID_APP) {
244 "app_%u", gid - AID_APP);
  /system/core/run-as/
run-as.c 126 if (info.uid < AID_APP) {

Completed in 1065 milliseconds