Searched defs:copyFile (Results 1 – 4 of 4) sorted by relevance
78 public static void copyFile(File root, String folder, String file) { in copyFile() method in Support_Resources
160 public static void copyFile(boolean allowExcepted, File from, String toPath) { in copyFile() method in ClearPage
163 public static boolean copyFile(File src, File dest) { in copyFile() method in Util
516 test.util.sync.copyFile = function(contentWindow, filename) { function