Searched refs:m_srcFruPath (Results 1 – 2 of 2) sorted by relevance
189 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()
229 std::string m_srcFruPath{}; member in vpd::BackupAndRestore