Searched refs:l_cmd (Results 1 – 1 of 1) sorted by relevance
93 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand() local95 return l_cmd; in getCommand()118 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd() local121 popen(l_cmd.c_str(), "r"), pclose); in executeCmd()467 const auto l_cmd = "systemctl restart " + i_serviceName; in restartService() local469 executeCmd(l_cmd, o_errCode); in restartService()