OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supp_gids
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
init.h
95
gid_t
supp_gids
[NR_SVC_SUPP_GIDS];
member in struct:service
init.c
303
if (setgroups(svc->nr_supp_gids, svc->
supp_gids
) != 0) {
init_parser.c
707
svc->
supp_gids
[n-2] = decode_uid(args[n]);
Completed in 43 milliseconds