Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp376 std::stringstream dekStringStream(std::ios_base::in | std::ios_base::out); in readBootImage() local
377 dek.writeToStream(dekStringStream); in readBootImage()
378 std::string dekString = dekStringStream.str(); in readBootImage()