Searched refs:lastSlash (Results 1 – 1 of 1) sorted by relevance
199 int lastSlash = ctxFile.lastIndexOf('/'); in parseContextSpec() local200 if (lastSlash == -1) { in parseContextSpec()205 ctxFile = ctxFile.substring(0, lastSlash + 1); in parseContextSpec()