Searched defs:copyFile (Results 1 – 2 of 2) sorted by relevance
76 private void copyFile(InputStream source, OutputStream target) throws IOException { in copyFile() method in FileCopyHelper
106 public static void copyFile(File in, File out) throws IOException { in copyFile() method in BuildStep