Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/filesystem/
H A DSMBFile.cpp453 strAuth = GetAuthenticatedPath(CSMB::GetResolvedUrl(url)); in OpenFile()
475 std::string strFileName = GetAuthenticatedPath(CSMB::GetResolvedUrl(url)); in Exists()
506 std::string strFileName = GetAuthenticatedPath(CSMB::GetResolvedUrl(url)); in Stat()
620 std::string strFile = GetAuthenticatedPath(CSMB::GetResolvedUrl(url)); in Delete()
637 std::string strFile = GetAuthenticatedPath(CSMB::GetResolvedUrl(url)); in Rename()
638 std::string strFileNew = GetAuthenticatedPath(CSMB::GetResolvedUrl(urlnew)); in Rename()
661 std::string strFileName = GetAuthenticatedPath(CSMB::GetResolvedUrl(url)); in OpenForWrite()
696 std::string CSMBFile::GetAuthenticatedPath(const CURL &url) in GetAuthenticatedPath() function in CSMBFile
H A DSMBFile.h88 std::string GetAuthenticatedPath(const CURL &url);