Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp189 m_srcFruPath); in extractAndValidateIpzRecordDetails()
339 std::tie(m_srcFruPath, m_srcInvPath) = getFruAndInvPaths("source"); in backupAndRestore()
340 if (m_srcFruPath.empty() || m_srcInvPath.empty()) in backupAndRestore()
357 std::make_shared<Parser>(m_srcFruPath, m_sysCfgJsonObj); in backupAndRestore()
422 if (m_srcFruPath.empty() || m_srcInvPath.empty() || m_dstFruPath.empty() || in backupAndRestoreIpzVpd()
499 syncIpzData(m_srcFruPath, in backupAndRestoreIpzVpd()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp229 std::string m_srcFruPath{}; member in vpd::BackupAndRestore