Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp147 jsonUtility::getServiceName(m_sysCfgJsonObj, m_dstInvPath, l_errCode); in getSrcAndDstServiceName()
346 std::tie(m_dstFruPath, m_dstInvPath) = getFruAndInvPaths("destination"); in backupAndRestore()
347 if (m_dstFruPath.empty() || m_dstInvPath.empty()) in backupAndRestore()
423 m_dstInvPath.empty()) in backupAndRestoreIpzVpd()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp234 std::string m_dstInvPath{}; member in vpd::BackupAndRestore