Searched refs:lastDot (Results 1 – 1 of 1) sorted by relevance
143 int lastDot = modPackage.lastIndexOf('.'); in openCTSHostFileFor() local144 if (lastDot > 0) { in openCTSHostFileFor()145 String lastPackageComponent = modPackage.substring(lastDot + 1); in openCTSHostFileFor()148 modPackage = modPackage.substring(0, lastDot); in openCTSHostFileFor()