Searched refs:m_commandFilePath (Results 1 – 3 of 3) sorted by relevance
112 const char * m_commandFilePath; //!< Path to the elftosb command file. member in elftosbTool136 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()
37 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()
135 smart_ptr<std::string> m_commandFilePath; //!< Path to command file. variable