Home
last modified time | relevance | path

Searched refs:l_backupAndRestoreCfgFilePath (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp22 std::string l_backupAndRestoreCfgFilePath = in BackupAndRestore() local
27 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, l_errCode); in BackupAndRestore()
32 "JSON parsing failed for file [" + l_backupAndRestoreCfgFilePath + in BackupAndRestore()
34 l_backupAndRestoreCfgFilePath); in BackupAndRestore()
40 l_backupAndRestoreCfgFilePath); in getFruAndInvPaths()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp736 const std::string& l_backupAndRestoreCfgFilePath = in isBackupAndRestoreRequired() local
739 if (!l_backupAndRestoreCfgFilePath.empty() && in isBackupAndRestoreRequired()
740 std::filesystem::exists(l_backupAndRestoreCfgFilePath) && in isBackupAndRestoreRequired()
741 !std::filesystem::is_empty(l_backupAndRestoreCfgFilePath)) in isBackupAndRestoreRequired()
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp646 std::string l_backupAndRestoreCfgFilePath = in readFitConfigValue()
649 if (l_backupAndRestoreCfgFilePath.empty()) in readFitConfigValue()
657 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, in readFitConfigValue()
663 std::string(l_backupAndRestoreCfgFilePath) + in readFitConfigValue()
671 std::string l_backupAndRestoreCfgFilePath = isBackupOnCache() local