Home | History | Annotate | Download | only in win

Lines Matching refs:lastSlash

246     int lastSlash = responseURL.rfind('/');
247 if (lastSlash != -1)
248 responseURL = responseURL.substr(0, lastSlash);