Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp107 auto l_badVpdPath = generateBadVPDFileName(i_vpdFilePath, o_errCode); in dumpBadVpd() local
109 if (l_badVpdPath.empty()) in dumpBadVpd()
120 if (std::filesystem::exists(l_badVpdPath)) in dumpBadVpd()
123 std::filesystem::remove(l_badVpdPath, l_ec); in dumpBadVpd()
131 std::ofstream l_badVpdFileStream(l_badVpdPath, std::ofstream::binary); in dumpBadVpd()