Searched refs:nextSlash (Results 1 – 1 of 1) sorted by relevance
1170 int nextSlash = path.indexOf("/", 1) + 1; in getShortFilename() local1171 firstPart = Math.min(nextSlash, (maxLength - 3) / 2); in getShortFilename()
Completed in 21 milliseconds