Searched refs:l_badVpdPath (Results 1 – 1 of 1) sorted by relevance
107 auto l_badVpdPath = generateBadVPDFileName(i_vpdFilePath, o_errCode); in dumpBadVpd() local109 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()