Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp675 std::ofstream badVpdFileStream(badVpdPath, std::ofstream::binary); in dumpBadVpd() local
676 if (!badVpdFileStream) in dumpBadVpd()
682 badVpdFileStream.write(reinterpret_cast<const char*>(vpdVector.data()), in dumpBadVpd()