Home | History | Annotate | Download | only in bionic

Lines Matching refs:AID_USER

206 // all_a1234 -> 0 * AID_USER + AID_SHARED_GID_START + 1234 (group name only)
207 // u0_a1234 -> 0 * AID_USER + AID_APP + 1234
208 // u2_i1000 -> 2 * AID_USER + AID_ISOLATED_START + 1000
209 // u1_system -> 1 * AID_USER + android_ids['system']
272 if (appid >= AID_USER) {
277 return (appid + userid*AID_USER);
281 const uid_t appid = uid % AID_USER;
282 const uid_t userid = uid / AID_USER;
298 const uid_t appid = gid % AID_USER;
299 const uid_t userid = gid / AID_USER;
367 // AID_ISOLATED_START to AID_USER-1 -> u0_i1234
368 // AID_USER+ -> u1_radio, u1_a1234, u2_i1234, etc.
378 const uid_t appid = uid % AID_USER;