Home
last modified time | relevance | path

Searched refs:strSubName (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogSubtitles.cpp507 …std::string strSubName = StringUtils::Format("%s.%s%s", strFileName.c_str(), strSubLang.c_str(), s… in OnDownloadComplete() local
510 …std::string strDownloadFile = URIUtils::ChangeBasePath(strCurrentFilePath, strSubName, strDownload… in OnDownloadComplete()
515 …CGUIDialogKaiToast::QueueNotification(CGUIDialogKaiToast::Error, strSubName, g_localizeStrings.Get… in OnDownloadComplete()
523 …std::string strTryDestFile = URIUtils::ChangeBasePath(strCurrentFilePath, strSubName, strDestPath); in OnDownloadComplete()