Searched refs:toindex (Results 1 – 1 of 1) sorted by relevance
184 int toindex; in getRootPath() local195 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()