Searched refs:nextSlash (Results 1 – 1 of 1) sorted by relevance
166 int nextSlash = string.indexOf('/', startOfFilename); in listFiles() local168 if (nextSlash == string.length() - 1) { in listFiles()171 } else if (nextSlash == -1) { in listFiles()