Searched refs:uid (Results 26 - 29 of 29) sorted by relevance

12

/system/core/init/
H A Dbuiltins.c242 uid_t uid = decode_uid(args[3]); local
249 if (chown(args[1], uid, gid)) {
H A Dinit_parser.c584 case K_socket: {/* name type perm [ uid gid ] */
604 si->uid = decode_uid(args[4]);
615 svc->uid = decode_uid(args[1]);
/system/core/libcutils/
H A Dmq.c51 uid_t uid; member in struct:__anon83
628 // Fake gid and uid until we have the real thing. The real creds are
631 credentials.uid = 0;
1050 credentials.uid = ucredentials.uid;
/system/core/debuggerd/
H A Ddebuggerd.c735 property_get("debug.db.uid", value, "-1");
771 XLOG("BOOM: pid=%d uid=%d gid=%d tid=%d\n", cr.pid, cr.uid, cr.gid, tid);
845 * if debug.db.uid is set, its value indicates if we should wait
851 if ((signed)cr.uid <= debug_uid) {

Completed in 4163 milliseconds

12