Home
last modified time | relevance | path

Searched defs:preserveFileDate (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileUtils.java583 …public static void copyFileToDirectory(File srcFile, File destDir, boolean preserveFileDate) throw… in copyFileToDirectory()
632 boolean preserveFileDate) throws IOException { in copyFile()
667 …private static void doCopyFile(File srcFile, File destFile, boolean preserveFileDate) throws IOExc… in doCopyFile()
773 boolean preserveFileDate) throws IOException { in copyDirectory()
862 FileFilter filter, boolean preserveFileDate) throws IOException { in copyDirectory()
906 boolean preserveFileDate, List<String> exclusionList) throws IOException { in doCopyDirectory()