Searched defs:copyFile (Results 1 – 2 of 2) sorted by relevance
106 public static void copyFile(File in, File out) throws IOException { in copyFile() method in BuildStep
195 private void copyFile(final String srcFileName, final String dstFileName) throws IOException { in copyFile() method in TestHost