OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nr_supp_gids
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
init.h
93
size_t
nr_supp_gids
;
member in struct:service
init.c
248
if (svc->
nr_supp_gids
) {
249
setgroups(svc->
nr_supp_gids
, svc->supp_gids);
init_parser.c
522
svc->
nr_supp_gids
= n - 2;
Completed in 38 milliseconds