Searched defs:RTFileCopyByHandlesEx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp359 return RTFileCopyByHandlesEx(FileSrc, FileDst, NULL, NULL);
393 rc = RTFileCopyByHandlesEx(FileSrc, FileDst, pfnProgress, pvUser);
414 RTDECL(int) RTFileCopyByHandlesEx(RTFILE FileSrc, RTFILE FileDst, PFNRTPROGRESS pfnProgress, void *pvUser) function
/vbox/include/iprt/
H A Dmangling.h577 # define RTFileCopyByHandlesEx RT_MANGLER(RTFileCopyByHandlesEx) macro

Completed in 110 milliseconds