Searched defs:relName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/api/
H A DT6397104.java46 String relName,
54 fm.getFileForOutput(location, "java.lang", relName, sibling);
62 System.out.format("OK: (%s, %s) => %s%n", siblingFile, relName, fileObjectFile);
65 void test(boolean hasLocation, File siblingFile, String relName, String expectedPath) argument
73 test(fm, location, siblingFile, relName, expectedPath);
77 test(fm, CLASS_OUTPUT, siblingFile, relName, expectedPath);
43 test(StandardJavaFileManager fm, Location location, File siblingFile, String relName, String expectedPath) argument

Completed in 41 milliseconds