Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp659 std::string badVpdPath = getBadVpdName(file); in dumpBadVpd() local
660 if (fs::exists(badVpdPath)) in dumpBadVpd()
663 fs::remove(badVpdPath, ec); in dumpBadVpd()
667 error += badVpdPath; in dumpBadVpd()
675 std::ofstream badVpdFileStream(badVpdPath, std::ofstream::binary); in dumpBadVpd()