Searched refs:RTFileCompareByHandlesEx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp539 return RTFileCompareByHandlesEx(hFile1, hFile2, 0 /*fFlags*/, NULL, NULL);
573 rc = RTFileCompareByHandlesEx(hFile1, hFile2, fFlags, pfnProgress, pvUser);
591 RTDECL(int) RTFileCompareByHandlesEx(RTFILE hFile1, RTFILE hFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser) function
/vbox/include/iprt/
H A Dfile.h646 RTDECL(int) RTFileCompareByHandlesEx(RTFILE hFile1, RTFILE hFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser);
H A Dmangling.h573 # define RTFileCompareByHandlesEx RT_MANGLER(RTFileCompareByHandlesEx) macro

Completed in 81 milliseconds