Searched refs:modPackage (Results 1 – 1 of 1) sorted by relevance
139 String modPackage = pName; in openCTSHostFileFor() local143 int lastDot = modPackage.lastIndexOf('.'); in openCTSHostFileFor()145 String lastPackageComponent = modPackage.substring(lastDot + 1); in openCTSHostFileFor()148 modPackage = modPackage.substring(0, lastDot); in openCTSHostFileFor()153 String fileName = HOSTJUNIT_SRC_OUTPUT_FOLDER + "/" + modPackage.replaceAll("\\.", "/") in openCTSHostFileFor()159 newState.append("package " + modPackage + ";\n"); in openCTSHostFileFor()