Lines Matching refs:m_cmdLine
157 const CommandLine& m_cmdLine;
162 : m_cmdLine(cmdLine)
173 m_socket.connect(m_cmdLine.address);
175 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort());
178 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary);
180 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str());
186 msg.name = m_cmdLine.program;
187 msg.params = m_cmdLine.params;
188 msg.workDir = m_cmdLine.workingDir;
189 msg.caseList = m_cmdLine.caseList;