Searched refs:RTFileCopyEx (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTFileCopy-generic.cpp37 return RTFileCopyEx(pszSrc, pszDst, 0, NULL, NULL);
/vbox/include/iprt/
H A Dfile.h535 /** Flags for RTFileCopyEx().
560 RTDECL(int) RTFileCopyEx(const char *pszSrc, const char *pszDst, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser);
H A Dmangling.h578 # define RTFileCopyEx RT_MANGLER(RTFileCopyEx) macro
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp363 RTDECL(int) RTFileCopyEx(const char *pszSrc, const char *pszDst, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser) function
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp1371 int vrc = RTFileCopyEx(sst.strSaveStateFile.c_str(), strTrgSaveState.c_str(), 0,

Completed in 93 milliseconds