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.cpp21 std::string l_backupAndRestoreCfgFilePath = in BackupAndRestore() local
26 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, l_errCode); in BackupAndRestore()
31 "JSON parsing failed for file [" + l_backupAndRestoreCfgFilePath + in BackupAndRestore()
33 l_backupAndRestoreCfgFilePath); in BackupAndRestore()
H A Dworker.cpp1655 std::string l_backupAndRestoreCfgFilePath = in performBackupAndRestore()
1659 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, in performBackupAndRestore()
1666 l_backupAndRestoreCfgFilePath + in performBackupAndRestore()
1668 l_backupAndRestoreCfgFilePath); in performBackupAndRestore()
1646 std::string l_backupAndRestoreCfgFilePath = performBackupAndRestore() local
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp724 const std::string& l_backupAndRestoreCfgFilePath = in isBackupAndRestoreRequired() local
727 if (!l_backupAndRestoreCfgFilePath.empty() && in isBackupAndRestoreRequired()
728 std::filesystem::exists(l_backupAndRestoreCfgFilePath) && in isBackupAndRestoreRequired()
729 !std::filesystem::is_empty(l_backupAndRestoreCfgFilePath)) in isBackupAndRestoreRequired()