Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.h129 bool IsPath(const std::string& path, bool ignoreURLOptions = false) const;
711 void SetIgnoreURLOptions(bool ignoreURLOptions);
H A DFileItem.cpp1900 bool CFileItem::IsPath(const std::string& path, bool ignoreURLOptions /* = false */) const in IsPath()
1902 return URIUtils::PathEquals(m_strPath, path, false, ignoreURLOptions); in IsPath()
2073 void CFileItemList::SetIgnoreURLOptions(bool ignoreURLOptions) in SetIgnoreURLOptions() argument
2075 m_ignoreURLOptions = ignoreURLOptions; in SetIgnoreURLOptions()
2507 bool ignoreURLOptions = false; in Archive() local
2508 ar >> ignoreURLOptions; in Archive()
2552 SetIgnoreURLOptions(ignoreURLOptions); in Archive()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DURIUtils.h110 …:string path1, std::string path2, bool ignoreTrailingSlash = false, bool ignoreURLOptions = false);
H A DURIUtils.cpp553 …h1, std::string path2, bool ignoreTrailingSlash /* = false */, bool ignoreURLOptions /* = false */) in PathEquals() argument
555 if (ignoreURLOptions) in PathEquals()