Searched refs:command_arg (Results 1 – 1 of 1) sorted by relevance
1277 std::size_t command_arg = 1; in MakeTemporaryOneshotService() local1280 command_arg = i + 1; in MakeTemporaryOneshotService()1284 if (command_arg > 4 + NR_SVC_SUPP_GIDS) { in MakeTemporaryOneshotService()1289 if (command_arg >= args.size()) { in MakeTemporaryOneshotService()1293 std::vector<std::string> str_args(args.begin() + command_arg, args.end()); in MakeTemporaryOneshotService()1303 if (command_arg > 2 && args[1] != "-") { in MakeTemporaryOneshotService()1307 if (command_arg > 3) { in MakeTemporaryOneshotService()1316 if (command_arg > 4) { in MakeTemporaryOneshotService()1322 std::size_t nr_supp_gids = command_arg - 1 /* -- */ - 4 /* exec SECLABEL UID GID */; in MakeTemporaryOneshotService()