Searched refs:l_backupAndRestoreCfgFilePath (Results 1 – 3 of 3) sorted by relevance
21 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()
1655 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
724 const std::string& l_backupAndRestoreCfgFilePath = in isBackupAndRestoreRequired() local727 if (!l_backupAndRestoreCfgFilePath.empty() && in isBackupAndRestoreRequired()728 std::filesystem::exists(l_backupAndRestoreCfgFilePath) && in isBackupAndRestoreRequired()729 !std::filesystem::is_empty(l_backupAndRestoreCfgFilePath)) in isBackupAndRestoreRequired()