Home
last modified time | relevance | path

Searched refs:m_commandFilePath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp112 const char * m_commandFilePath; //!< Path to the elftosb command file. member in elftosbTool
136 m_commandFilePath(NULL), in elftosbTool()
238 m_commandFilePath = optarg; in processOptions()
347 m_controller.setCommandFilePath(m_commandFilePath); in run()
379 if (m_commandFilePath == NULL) in checkArguments()
H A DConversionController.cpp37 m_commandFilePath(), in ConversionController()
59 m_commandFilePath = new std::string(path); in setCommandFilePath()
168 if (!m_commandFilePath) in parseCommandFile()
175 …bool found = PathSearcher::getGlobalSearcher().search(*m_commandFilePath, PathSearcher::kFindFile,… in parseCommandFile()
178 …throw runtime_error(format_string("unable to find command file %s\n", m_commandFilePath->c_str())); in parseCommandFile()
H A DConversionController.h135 smart_ptr<std::string> m_commandFilePath; //!< Path to command file. variable