Home
last modified time | relevance | path

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

/AOO41X/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java517 public static boolean copyDir(String fromDirName, String toDirName) { in copyDir() argument
518 return copyDir(new File(fromDirName), new File(toDirName), true); in copyDir()
674 public static boolean copyFiles(String fromDirName, String toDirName) { in copyFiles() argument
677 File fromDir = new File(fromDirName); in copyFiles()
685 …res = res && copyDir(fromDirName + "/" + files[i].getName(), toDirName + "/" + files[i].getName()); in copyFiles()
688 …res = res && copyFile(fromDirName + "/" + files[i].getName(), toDirName + "/" + files[i].getName()… in copyFiles()
/AOO41X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...