Searched refs:AID_APP_END (Results 1 – 7 of 7) sorted by relevance
33 if (app_id >= AID_APP_START && app_id <= AID_APP_END) { in multiuser_get_cache_gid()41 if (app_id >= AID_APP_START && app_id <= AID_APP_END) { in multiuser_get_ext_gid()49 if (app_id >= AID_APP_START && app_id <= AID_APP_END) { in multiuser_get_ext_cache_gid()57 if (app_id >= AID_APP_START && app_id <= AID_APP_END) { in multiuser_get_shared_gid()
184 #define AID_APP_END 19999 /* last app user */ macro
182 if (info->uid < AID_APP_START || info->uid > AID_APP_END) { in main()
164 if (uid >= AID_APP_START && uid <= AID_APP_END) { in auditParse()