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

/system/core/init/
H A Dutil.h32 unsigned int decode_uid(const char *s);
H A Dbuiltins.c315 uid_t uid = decode_uid(args[3]);
319 gid = decode_uid(args[4]);
720 if (_chown(args[2], decode_uid(args[1]), -1) < 0)
723 if (_chown(args[3], decode_uid(args[1]), decode_uid(args[2])) < 0)
H A Dinit_parser.c701 svc->gid = decode_uid(args[1]);
703 svc->supp_gids[n-2] = decode_uid(args[n]);
787 si->uid = decode_uid(args[4]);
789 si->gid = decode_uid(args[5]);
798 svc->uid = decode_uid(args[1]);
H A Dutil.c62 * decode_uid - decodes and returns the given string, which can be either the
66 unsigned int decode_uid(const char *s) function

Completed in 144 milliseconds