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

/openjdk7/langtools/test/tools/javac/api/
H A DT6397104.java45 File siblingFile,
50 JavaFileObject sibling = siblingFile == null
52 : fm.getJavaFileObjectsFromFiles(Arrays.asList(siblingFile)).iterator().next();
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 30 milliseconds