Home
last modified time | relevance | path

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

/system/extras/multinetwork/
Dhttpurl.cpp55 const auto first_slash = parameters->host.find_first_of("/"); in parseUrl() local
56 if (first_slash != std::string::npos) { in parseUrl()
57 parameters->path = parameters->host.substr(first_slash); in parseUrl()
58 parameters->host.erase(first_slash); in parseUrl()