Searched refs:modPackage (Results 1 – 1 of 1) sorted by relevance
138 String modPackage = pName; in openCTSHostFileFor() local142 int lastDot = modPackage.lastIndexOf('.'); in openCTSHostFileFor()144 String lastPackageComponent = modPackage.substring(lastDot + 1); in openCTSHostFileFor()147 modPackage = modPackage.substring(0, lastDot); in openCTSHostFileFor()152 String fileName = HOSTJUNIT_SRC_OUTPUT_FOLDER + "/" + modPackage.replaceAll("\\.", "/") in openCTSHostFileFor()158 newState.append("package " + modPackage + ";\n"); in openCTSHostFileFor()