VirtualBox

Changeset 77798 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Mar 19, 2019 5:17:37 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129465
Message:

IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file copying on linux and windows (shared folders). bugref:9172 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTFileCopyRangeEx-generic.cpp

    r77797 r77798  
    8585
    8686RTDECL(int) RTFileCopyPartEx(RTFILE hFileSrc, RTFOFF offSrc, RTFILE hFileDst, RTFOFF offDst, uint64_t cbToCopy,
    87                              uint32_t fFlags, uint64_t *pcbCopied, PRTFILECOPYPARTBUFSTATE pBufState)
     87                             uint32_t fFlags, PRTFILECOPYPARTBUFSTATE pBufState, uint64_t *pcbCopied)
    8888{
    8989    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette