Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DUtil.h111 …static std::string ValidatePath(const std::string &path, bool bFixDoubleSlashes = false); ///< ret…
H A DUtil.cpp969 std::string CUtil::ValidatePath(const std::string &path, bool bFixDoubleSlashes /* = false */) in ValidatePath() argument
995 if (bFixDoubleSlashes && !result.empty()) in ValidatePath()
1013 if (bFixDoubleSlashes && !result.empty()) in ValidatePath()