Searched refs:slashIndex (Results 1 – 1 of 1) sorted by relevance
35 int slashIndex = filename.lastIndexOf('/'); in getContentTypeFor() local36 if (slashIndex >= 0) { in getContentTypeFor()37 filename = filename.substring(slashIndex); in getContentTypeFor()48 (slashIndex < 0 || dotIndex >= 0)) { in getContentTypeFor()