Searched refs:fileArray (Results 1 – 1 of 1) sorted by relevance
433 File[] fileArray = files.toArray(new File[files.size()]); in push() local434 int total = getTotalLocalFileSize(fileArray); in push()438 SyncResult result = doPush(fileArray, remote.getFullPath(), monitor); in push()685 private SyncResult doPush(File[] fileArray, String remotePath, ISyncProgressMonitor monitor) { in doPush() argument686 for (File f : fileArray) { in doPush()