Searched refs:supp_gid (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dservice.cpp1137 auto supp_gid = DecodeUid(args[4 + i]); local
1138 if (!supp_gid) {
1140 << "': " << supp_gid.error();
1143 supp_gids.push_back(*supp_gid);

Completed in 57 milliseconds