Home
last modified time | relevance | path

Searched refs:toDir (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java528 public static boolean copyDir(File fromDir, File toDir, boolean recursive) { in copyDir() argument
533 if (toDir.exists() && !toDir.isDirectory()) in copyDir()
536 toDir.mkdirs(); in copyDir()
540 result &= copyDir(files[i], new File(toDir, files[i].getName()), true); in copyDir()
542 result &= copyFile(files[i], toDir); in copyDir()
/trunk/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...