Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java517 public static boolean copyDir(String fromDirName, String toDirName) { in copyDir() method in FileUtil
518 return copyDir(new File(fromDirName), new File(toDirName), true); in copyDir()
528 public static boolean copyDir(File fromDir, File toDir, boolean recursive) { in copyDir() method in FileUtil
540 result &= copyDir(files[i], new File(toDir, files[i].getName()), true); in copyDir()
685 …res = res && copyDir(fromDirName + "/" + files[i].getName(), toDirName + "/" + files[i].getName()); in copyFiles()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 28 milliseconds