Searched refs:l_backupAndRestoreCfgFilePath (Results 1 – 3 of 3) sorted by relevance
21 std::string l_backupAndRestoreCfgFilePath = in BackupAndRestore() local26 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, l_errCode); in BackupAndRestore()31 "JSON parsing failed for file [" + l_backupAndRestoreCfgFilePath + in BackupAndRestore()33 l_backupAndRestoreCfgFilePath); in BackupAndRestore()
620 std::string l_backupAndRestoreCfgFilePath = in performBackupAndRestore() 623 if (l_backupAndRestoreCfgFilePath.empty()) in performBackupAndRestore() 631 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath, in createAssetTagString() 637 std::string(l_backupAndRestoreCfgFilePath) + in createAssetTagString() 550 std::string l_backupAndRestoreCfgFilePath = isBackupOnCache() local
735 const std::string& l_backupAndRestoreCfgFilePath = in isBackupAndRestoreRequired() local 738 if (!l_backupAndRestoreCfgFilePath.empty() && in isBackupAndRestoreRequired() 739 std::filesystem::exists(l_backupAndRestoreCfgFilePath) && in isBackupAndRestoreRequired() 740 !std::filesystem::is_empty(l_backupAndRestoreCfgFilePath)) in isBackupAndRestoreRequired()