Home | History | Annotate | Download | only in backup

Lines Matching refs:destination

169      *            file descriptor pointing to the backup data destination.
261 * will be delivered to the backup destination along with the metadata necessary
267 * @param output The destination to which the backed-up file data will be sent.
392 * The default implementation creates the destination file/directory and populates it
399 * destination. If the file system object being restored is a directory, {@code size}
401 * @param destination The File on disk to be restored with the given data.
404 * @param mode The access mode to be assigned to the destination after its data is
411 File destination, int type, long mode, long mtime)
413 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
454 // with a null destination.