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

/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java56 emptyDir = new File("empty");
57 emptyDir.mkdirs();
70 testCommandLine(true, "-Xbootclasspath/p:" + emptyDir);
72 testCommandLine(true, "-Xbootclasspath/a:" + emptyDir);
95 testSimpleAPI(true, "-Xbootclasspath/p:" + emptyDir);
97 testSimpleAPI(true, "-Xbootclasspath/a:" + emptyDir);
234 File emptyDir; field in class:T6430241
/openjdk7/jdk/test/tools/launcher/
H A DArrrghs.java330 private void initEmptyDir(File emptyDir) throws IOException { argument
331 if (emptyDir.exists()) {
332 recursiveDelete(emptyDir);
334 emptyDir.mkdir();

Completed in 41 milliseconds