Searched refs:hFile1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp537 RTDECL(int) RTFileCompareByHandles(RTFILE hFile1, RTFILE hFile2) argument
539 return RTFileCompareByHandlesEx(hFile1, hFile2, 0 /*fFlags*/, NULL, NULL);
558 RTFILE hFile1; local
559 int rc = RTFileOpen(&hFile1, pszFile1,
573 rc = RTFileCompareByHandlesEx(hFile1, hFile2, fFlags, pfnProgress, pvUser);
582 int rc2 = RTFileClose(hFile1);
591 RTDECL(int) RTFileCompareByHandlesEx(RTFILE hFile1, RTFILE hFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser) argument
596 AssertReturn(RTFileIsValid(hFile1), VERR_INVALID_HANDLE);
597 AssertReturn(RTFileIsValid(hFile1), VERR_INVALID_HANDLE);
605 int rc = RTFileGetSize(hFile1,
[all...]
/vbox/include/iprt/
H A Dfile.h597 * @param hFile1 The first file. Undefined return position.
600 RTDECL(int) RTFileCompareByHandles(RTFILE hFile1, RTFILE hFile2);
638 * @param hFile1 The first file. Undefined return position.
646 RTDECL(int) RTFileCompareByHandlesEx(RTFILE hFile1, RTFILE hFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser);

Completed in 47 milliseconds