Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp197 ", is not found in the destination " + m_dstFruPath); in extractAndValidateIpzRecordDetails()
346 std::tie(m_dstFruPath, m_dstInvPath) = getFruAndInvPaths("destination"); in backupAndRestore()
347 if (m_dstFruPath.empty() || m_dstInvPath.empty()) in backupAndRestore()
366 std::make_shared<Parser>(m_dstFruPath, m_sysCfgJsonObj); in backupAndRestore()
422 if (m_srcFruPath.empty() || m_srcInvPath.empty() || m_dstFruPath.empty() || in backupAndRestoreIpzVpd()
490 syncIpzData(m_dstFruPath, in backupAndRestoreIpzVpd()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp233 std::string m_dstFruPath{}; member in vpd::BackupAndRestore