Lines Matching refs:m_cmdLine
156 const CommandLine& m_cmdLine;
161 : m_cmdLine(cmdLine)
172 m_socket.connect(m_cmdLine.address);
174 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort());
177 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary);
179 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str());
185 msg.name = m_cmdLine.program;
186 msg.params = m_cmdLine.params;
187 msg.workDir = m_cmdLine.workingDir;
188 msg.caseList = m_cmdLine.caseList;