Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp637 std::size_t command_arg = 1; in MakeExecOneshotService() local
640 command_arg = i + 1; in MakeExecOneshotService()
644 if (command_arg > 4 + NR_SVC_SUPP_GIDS) { in MakeExecOneshotService()
649 if (command_arg >= args.size()) { in MakeExecOneshotService()
653 std::vector<std::string> str_args(args.begin() + command_arg, args.end()); in MakeExecOneshotService()
660 if (command_arg > 2 && args[1] != "-") { in MakeExecOneshotService()
664 if (command_arg > 3) { in MakeExecOneshotService()
669 if (command_arg > 4) { in MakeExecOneshotService()
671 std::size_t nr_supp_gids = command_arg - 1 /* -- */ - 4 /* exec SECLABEL UID GID */; in MakeExecOneshotService()