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

/system/core/init/
H A Dservice.cpp1089 std::size_t command_arg = 1; local
1092 command_arg = i + 1;
1096 if (command_arg > 4 + NR_SVC_SUPP_GIDS) {
1101 if (command_arg >= args.size()) {
1105 std::vector<std::string> str_args(args.begin() + command_arg, args.end());
1116 if (command_arg > 2 && args[1] != "-") {
1120 if (command_arg > 3) {
1129 if (command_arg > 4) {
1135 std::size_t nr_supp_gids = command_arg - 1 /* -- */ - 4 /* exec SECLABEL UID GID */;

Completed in 55 milliseconds