Searched refs:userid (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dstubs.cpp213 unsigned long userid; local
218 userid = 0;
221 userid = strtoul(name+1, &end, 10);
266 if (userid > 1000) {
277 return (appid + userid*AID_USER);
282 const uid_t userid = uid / AID_USER; local
284 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
288 snprintf(buffer, bufferlen, "u%u_%s", userid, android_ids[n].name);
293 snprintf(buffer, bufferlen, "u%u_a%u", userid, appid - AID_APP);
299 const uid_t userid local
[all...]

Completed in 26 milliseconds