OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decode_uid
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
util.h
32
unsigned int
decode_uid
(const char *s);
builtins.c
250
uid_t uid =
decode_uid
(args[3]);
254
gid =
decode_uid
(args[4]);
632
if (chown(args[2],
decode_uid
(args[1]), -1) < 0)
635
if (chown(args[3],
decode_uid
(args[1]),
decode_uid
(args[2])))
init_parser.c
534
svc->gid =
decode_uid
(args[1]);
536
svc->supp_gids[n-2] =
decode_uid
(args[n]);
620
si->uid =
decode_uid
(args[4]);
622
si->gid =
decode_uid
(args[5]);
631
svc->uid =
decode_uid
(args[1]);
util.c
57
*
decode_uid
- decodes and returns the given string, which can be either the
61
unsigned int
decode_uid
(const char *s)
function
Completed in 65 milliseconds