OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
313
uid_t uid =
decode_uid
(args[3]);
317
gid =
decode_uid
(args[4]);
717
if (_chown(args[2],
decode_uid
(args[1]), -1) < 0)
720
if (_chown(args[3],
decode_uid
(args[1]),
decode_uid
(args[2])) < 0)
init_parser.c
705
svc->gid =
decode_uid
(args[1]);
707
svc->supp_gids[n-2] =
decode_uid
(args[n]);
791
si->uid =
decode_uid
(args[4]);
793
si->gid =
decode_uid
(args[5]);
802
svc->uid =
decode_uid
(args[1]);
util.c
60
*
decode_uid
- decodes and returns the given string, which can be either the
64
unsigned int
decode_uid
(const char *s)
function
Completed in 37 milliseconds