Searched defs:origFile (Results 1 – 2 of 2) sorted by relevance
405 public static void hardlinkFile(File origFile, File destFile) throws IOException { in hardlinkFile()419 public static void hardlinkFile(File origFile, File destFile, boolean ignoreExistingFile) in hardlinkFile()444 public static void symlinkFile(File origFile, File destFile) throws IOException { in symlinkFile()525 public static void copyFile(File origFile, File destFile) throws IOException { in copyFile()
220 File origFile = fileEntry.getValue().getFile(); in addAllFiles() local