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