Searched refs:fileArray (Results 1 – 1 of 1) sorted by relevance
342 File[] fileArray = files.toArray(new File[files.size()]); in push() local343 int total = getTotalLocalFileSize(fileArray); in push()347 doPush(fileArray, remote.getFullPath(), monitor); in push()579 private void doPush(File[] fileArray, String remotePath, ISyncProgressMonitor monitor) in doPush() argument581 for (File f : fileArray) { in doPush()