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()
27 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, l_errCode); in BackupAndRestore()
32 "JSON parsing failed for file [" + l_backupAndRestoreCfgFilePath + in BackupAndRestore()
34 l_backupAndRestoreCfgFilePath); in BackupAndRestore()
21 std::string l_backupAndRestoreCfgFilePath = BackupAndRestore() local
/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.cpp671 std::string l_backupAndRestoreCfgFilePath = in isBackupOnCache() local
674 if (l_backupAndRestoreCfgFilePath.empty()) in isBackupOnCache()
682 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, in isBackupOnCache()
688 std::string(l_backupAndRestoreCfgFilePath) + in isBackupOnCache()