Searched refs:beginPathIndex (Results 1 – 1 of 1) sorted by relevance
134 size_t beginPathIndex = mpdUrlBase.find('/'); in MakeBaseUrl() local135 if (beginPathIndex != std::string::npos) { in MakeBaseUrl()136 mpdUrlBase = mpdUrlBase.substr(0, beginPathIndex); in MakeBaseUrl()