Home
last modified time | relevance | path

Searched defs:mainclass (Results 1 – 1 of 1) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java112 String mainclass = pName + ".Main_" + method; in addCTSHostMethod() local
181 private static String getShellExecJavaLine(String classpath, String mainclass) { in getShellExecJavaLine()