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

/openjdk7/langtools/test/com/sun/javadoc/testCRLineSeparator/
H A DTestCRLineSeparator.java80 // recursively copy files from fromDir to toDir, replacing newlines
82 static void initFiles(File fromDir, File toDir, String f) throws IOException { argument
83 File from_f = new File(fromDir, f);

Completed in 676 milliseconds