Searched refs:l_cmd (Results 1 – 1 of 1) sorted by relevance
93 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand() 95 return l_cmd;118 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd() 121 popen(l_cmd.c_str(), "r"), pclose); in executeCmd() 91 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); getCommand() local 116 std::string l_cmd = i_path + getCommand(i_args...); executeCmd() local