Searched refs:m_outputFilePath (Results 1 – 1 of 1) sorted by relevance
113 const char * m_outputFilePath; //!< Path to the output .sb file. member in elftosbTool137 m_outputFilePath(NULL), in elftosbTool()242 m_outputFilePath = optarg; in processOptions()383 if (m_outputFilePath == NULL) in checkArguments()585 …std::ofstream outputStream(m_outputFilePath, std::ios_base::binary | std::ios_base::out | std::ios… in convert()592 throw std::runtime_error(format_string("could not open output file %s", m_outputFilePath)); in convert()