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

/bionic/libc/bionic/
H A Dstubs.cpp226 unsigned long appid = 0; local
229 appid = strtoul(end+2, &end, 10) + AID_APP;
232 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START;
236 appid = android_ids[n].aid;
256 if (appid >= AID_USER) {
261 return (unsigned)(appid + userid*AID_USER);
264 static void print_app_name_from_appid_userid(const uid_t appid, argument
266 if (appid >= AID_ISOLATED_START) {
267 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
268 } else if (userid == 0 && appid >
283 const uid_t appid = uid % AID_USER; local
302 const uid_t appid = uid % AID_USER; local
[all...]

Completed in 530 milliseconds