Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp137 jsonUtility::getServiceName(m_sysCfgJsonObj, m_srcInvPath, l_errCode); in getSrcAndDstServiceName()
263 i_serviceName, m_srcInvPath, in getBinaryAndStrIpzKwValue()
339 std::tie(m_srcFruPath, m_srcInvPath) = getFruAndInvPaths("source"); in backupAndRestore()
340 if (m_srcFruPath.empty() || m_srcInvPath.empty()) in backupAndRestore()
422 if (m_srcFruPath.empty() || m_srcInvPath.empty() || m_dstFruPath.empty() || in backupAndRestoreIpzVpd()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp230 std::string m_srcInvPath{}; member in vpd::BackupAndRestore