Searched refs:str_args (Results 1 – 2 of 2) sorted by relevance
566 std::vector<std::string> str_args(args.begin() + 2, args.end()); in ParseSection() local569 if (str_args[0] == "/sbin/watchdogd") { in ParseSection()570 str_args[0] = "/system/bin/watchdogd"; in ParseSection()574 if (str_args[0] == "/charger") { in ParseSection()575 str_args[0] = "/system/bin/charger"; in ParseSection()579 service_ = std::make_unique<Service>(name, restart_action_subcontext, str_args, from_apex_); in ParseSection()
746 std::vector<std::string> str_args(args.begin() + command_arg, args.end()); in MakeTemporaryOneshotService() local750 std::string name = "exec " + std::to_string(exec_count) + " (" + Join(str_args, " ") + ")"; in MakeTemporaryOneshotService()785 nullptr, str_args, false); in MakeTemporaryOneshotService()