Searched defs:origFile (Results 1 – 2 of 2) sorted by relevance
404 public static void hardlinkFile(File origFile, File destFile) throws IOException { in hardlinkFile()418 public static void hardlinkFile(File origFile, File destFile, boolean ignoreExistingFile) in hardlinkFile()443 public static void symlinkFile(File origFile, File destFile) throws IOException { in symlinkFile()524 public static void copyFile(File origFile, File destFile) throws IOException { in copyFile()
231 File origFile = fileEntry.getValue().getFile(); in addAllFiles() local