Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DMultiPathFile.cpp28 std::vector<std::string> vecPaths; in Open() local
29 if (!CMultiPathDirectory::GetPaths(path, vecPaths)) in Open()
32 for (unsigned int i = 0; i < vecPaths.size(); i++) in Open()
34 std::string filePath = vecPaths[i]; in Open()
47 std::vector<std::string> vecPaths; in Exists() local
48 if (!CMultiPathDirectory::GetPaths(path, vecPaths)) in Exists()
51 for (unsigned int i = 0; i < vecPaths.size(); i++) in Exists()
53 std::string filePath = vecPaths[i]; in Exists()
66 std::vector<std::string> vecPaths; in Stat() local
70 for (unsigned int i = 0; i < vecPaths.size(); i++) in Stat()
[all …]
H A DMultiPathDirectory.cpp42 std::vector<std::string> vecPaths; in GetDirectory() local
43 if (!GetPaths(url, vecPaths)) in GetDirectory()
70 CURL url(vecPaths[i]); in GetDirectory()
96 if (iFailures == vecPaths.size()) in GetDirectory()
109 std::vector<std::string> vecPaths; in Exists() local
110 if (!GetPaths(url, vecPaths)) in Exists()
116 if (CDirectory::Exists(vecPaths[i])) in Exists()
124 std::vector<std::string> vecPaths; in Remove() local
125 if (!GetPaths(url, vecPaths)) in Remove()
148 return GetPaths(pathToUrl, vecPaths); in GetPaths()
[all …]
H A DStackDirectory.cpp164 bool CStackDirectory::GetPaths(const std::string& strPath, std::vector<std::string>& vecPaths) in GetPaths() argument
173 vecPaths = StringUtils::Split(path, " , "); in GetPaths()
174 if (vecPaths.empty()) in GetPaths()
178 for (std::string& itPath : vecPaths) in GetPaths()
H A DMultiPathDirectory.h31 static bool GetPaths(const CURL& url, std::vector<std::string>& vecPaths);
34 static std::string ConstructMultiPath(const std::vector<std::string> &vecPaths);
H A DStackDirectory.h29 static bool GetPaths(const std::string& strPath, std::vector<std::string>& vecPaths);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DMediaSourceSettings.cpp212 it->vecPaths.clear(); in UpdateSource()
214 it->vecPaths.push_back(strUpdateValue); in UpdateSource()
300 it->vecPaths = share.vecPaths; in UpdateShare()
321 std::vector<std::string> vecPaths; in GetSource() local
340 vecPaths.push_back(strPath); in GetSource()
355 if (strName.empty() || vecPaths.empty()) in GetSource()
360 if (StringUtils::EqualsNoCase(category, "files") || vecPaths.size() == 1) in GetSource()
361 verifiedPaths.push_back(vecPaths[0]); in GetSource()
366 …for (std::vector<std::string>::const_iterator path = vecPaths.begin(); path != vecPaths.end(); ++p… in GetSource()
477 for (unsigned int i = 0; i < share.vecPaths.size(); i++) in SetSources()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DMediaSource.cpp27 vecPaths = paths; in FromNameAndPaths()
38 strPath = CMultiPathDirectory::ConstructMultiPath(vecPaths); in FromNameAndPaths()
H A DMediaSource.h88 std::vector<std::string> vecPaths; variable
H A DUtil.cpp1230 std::vector<std::string> vecPaths; in GetMatchingSource() local
1233 if (!share.vecPaths.empty()) in GetMatchingSource()
1234 vecPaths = share.vecPaths; in GetMatchingSource()
1237 vecPaths.insert(vecPaths.begin(), share.strPath); in GetMatchingSource()
1240 for (const auto &path : vecPaths) in GetMatchingSource()
1261 if (vecPaths.size() > 1) in GetMatchingSource()
/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx696 vector<OUString> vecPaths; in addJREInfoFromBinPath() local
701 vecPaths = getVectorFromCharArray(arExePaths, size); in addJREInfoFromBinPath()
708 for (auto const& looppath : vecPaths) in addJREInfoFromBinPath()
858 vector<OUString> vecPaths; in getJREInfoByPath() local
863 vecPaths = getVectorFromCharArray(arExePaths, size); in getJREInfoByPath()
866 for (auto const& looppath : vecPaths) in getJREInfoByPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx754 vector<OUString> vecPaths; in addJREInfoFromBinPath() local
759 vecPaths = getVectorFromCharArray(arExePaths, size); in addJREInfoFromBinPath()
766 for (auto const& looppath : vecPaths) in addJREInfoFromBinPath()
916 vector<OUString> vecPaths; in getJREInfoByPath() local
921 vecPaths = getVectorFromCharArray(arExePaths, size); in getJREInfoByPath()
924 for (auto const& looppath : vecPaths) in getJREInfoByPath()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/httprequesthandler/
H A DHTTPVfsHandler.cpp64 for (const auto& path : source.vecPaths) in CHTTPVfsHandler()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/view/
H A DGUIViewState.cpp478 source.vecPaths = (*it).vecPaths; in AddLiveTVSources()
480 source.FromNameAndPaths("video", source.strName, source.vecPaths); in AddLiveTVSources()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogMediaSource.cpp496 for (unsigned int i = 0; i < share.vecPaths.size(); i++) in SetShare()
498 CFileItemPtr item(new CFileItem(share.vecPaths[i], true)); in SetShare()
501 if (0 == share.vecPaths.size()) in SetShare()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/test/
H A DTestHTTPDirectory.cpp103 source.vecPaths.push_back(m_sourcePath); in SetupMediaSources()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/
H A DMusicDatabase.h391 …& strName, const std::string& strMultipath, const std::vector<std::string>& vecPaths, int id = -1);
392 …t std::string& strName, const std::string& strMultipath, const std::vector<std::string>& vecPaths);
H A DMusicDatabase.cpp9249 …trName, const std::string& strMultipath, const std::vector<std::string>& vecPaths, int id /*= -1*/) in AddSource() argument
9277 for (const auto& path : vecPaths) in AddSource()
9287 if (vecPaths.size() > 0) in AddSource()
9293 for (const auto& path : vecPaths) in AddSource()
9329 …st std::string& strName, const std::string& strMultipath, const std::vector<std::string>& vecPaths) in UpdateSource() argument
9358 return AddSource(strName, strMultipath, vecPaths); in UpdateSource()
9382 return AddSource(strName, strMultipath, vecPaths, idSource); in UpdateSource()
9602 for (const auto& path : source.vecPaths) in MigrateSources()
9634 AddSource(source.strName, source.strPath, source.vecPaths); in UpdateSources()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/
H A DWakeOnAccess.cpp651 for (const auto& it : source.vecPaths) in AddHostsFromMediaSource()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DGUIWindowMusicBase.cpp1207 database.UpdateSource(oldName, source.strName, source.strPath, source.vecPaths); in OnAssignContent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/test/
H A DTestWebServer.cpp90 source.vecPaths.push_back(sourcePath); in SetupMediaSources()