Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/util/build/
DJackBuildStep.java67 File tmpArgs = new File(outDir, outputFile.fileName.getName() + ".args"); in build() local
71 argsOut = new FileWriter(tmpArgs); in build()
86 commandLine.add("@" + tmpArgs.getPath()); in build()
110 tmpArgs.delete(); in build()