Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/encryptgpk/
H A Dencryptgpk.cpp102 std::string m_outputPath; //!< Path to output file. member in encryptgpk
121 m_outputPath(), in encryptgpk()
184 m_outputPath = optarg; in processOptions()
315 std::ofstream outputStream(m_outputPath.c_str(), std::ios_base::out | std::ios_base::trunc); in generateOutput()
318 throw std::runtime_error(format_string("could not open output file %s", m_outputPath.c_str())); in generateOutput()