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

/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp533 return RTFileCompareEx(pszFile1, pszFile2, 0 /*fFlags*/, NULL, NULL);
543 RTDECL(int) RTFileCompareEx(const char *pszFile1, const char *pszFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser) function
/vbox/include/iprt/
H A Dfile.h602 /** Flags for RTFileCompareEx().
628 RTDECL(int) RTFileCompareEx(const char *pszFile1, const char *pszFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser);
H A Dmangling.h574 # define RTFileCompareEx RT_MANGLER(RTFileCompareEx) macro

Completed in 79 milliseconds