Home
last modified time | relevance | path

Searched defs:outputStream (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp257 …std::ofstream outputStream(path.c_str(), std::ios_base::binary | std::ios_base::out | std::ios_bas… in generateKeyFile() local
/netbsd-src/external/bsd/elftosb/dist/encryptgpk/
H A Dencryptgpk.cpp315 std::ofstream outputStream(m_outputPath.c_str(), std::ios_base::out | std::ios_base::trunc); in generateOutput() local
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp585 …std::ofstream outputStream(m_outputFilePath, std::ios_base::binary | std::ios_base::out | std::ios… in convert() local