Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp944 const std::string& backupEEPROMPath) in parseSVPDOptions() argument
997 if (!backupEEPROMPath.empty()) in parseSVPDOptions()
999 hardwarePath = backupEEPROMPath; in parseSVPDOptions()
1008 if (!backupEEPROMPath.empty()) in parseSVPDOptions()
1094 if (!backupEEPROMPath.empty()) in parseSVPDOptions()
1096 hardwarePath = backupEEPROMPath; in parseSVPDOptions()
1118 if (!backupEEPROMPath.empty()) in parseSVPDOptions()
1124 EditorImpl edit(backupEEPROMPath, json, record, in parseSVPDOptions()
H A Dvpd_tool_impl.hpp147 const std::string& backupEEPROMPath);