Searched refs:badVpdPath (Results 1 – 1 of 1) sorted by relevance
659 std::string badVpdPath = getBadVpdName(file); in dumpBadVpd() local660 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()