Searched refs:aFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java340 void createAFile(File aFile, List<String> contents) throws IOException { argument
344 Files.write(aFile.getAbsoluteFile().toPath(), contents,
352 aFile + " in " + (attempts + 1) +

Completed in 248 milliseconds