Searched refs:l_backupAndRestoreCfgFilePath (Results 1 – 3 of 3) sorted by relevance
22 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()
736 const std::string& l_backupAndRestoreCfgFilePath = in isBackupAndRestoreRequired() local739 if (!l_backupAndRestoreCfgFilePath.empty() && in isBackupAndRestoreRequired()740 std::filesystem::exists(l_backupAndRestoreCfgFilePath) && in isBackupAndRestoreRequired()741 !std::filesystem::is_empty(l_backupAndRestoreCfgFilePath)) in isBackupAndRestoreRequired()
646 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