Home
last modified time | relevance | path

Searched refs:lastDot (Results 1 – 1 of 1) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java143 int lastDot = modPackage.lastIndexOf('.'); in openCTSHostFileFor() local
144 if (lastDot > 0) { in openCTSHostFileFor()
145 String lastPackageComponent = modPackage.substring(lastDot + 1); in openCTSHostFileFor()
148 modPackage = modPackage.substring(0, lastDot); in openCTSHostFileFor()