Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DBasicAuthentication.java184 int toindex; in getRootPath() local
195 toindex = opath.indexOf('/', index+1); in getRootPath()
196 if (toindex != -1 && opath.regionMatches(0, npath, 0, toindex+1)) in getRootPath()
197 index = toindex; in getRootPath()