Searched refs:m_outputPath (Results 1 – 1 of 1) sorted by relevance
102 std::string m_outputPath; //!< Path to output file. member in encryptgpk121 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()