Searched defs:copyFile (Results 1 – 4 of 4) sorted by relevance
245 File cachedFile, copyFile; in fetchRemoteFile() local308 File copyFile(String remotePath, File cachedFile) throws BuildRetrievalError { in copyFile() method in FileDownloadCache
235 File copyFile; in addAllFiles() local246 setFile(fileEntry.getKey(), copyFile, fileEntry.getValue().getVersion()); in addAllFiles() local
275 private File copyFile(String srcFilePath, String destDirPath) throws IOException { in copyFile() method in UiConductorTest293 private MultiMap<String, File> copyFile(String key, String srcFilePath, String destDirPath) in copyFile() method in UiConductorTest
524 public static void copyFile(File origFile, File destFile) throws IOException { in copyFile() method in FileUtil