Searched refs:hFile2 (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);
564 RTFILE hFile2; local
565 rc = RTFileOpen(&hFile2, pszFile2,
573 rc = RTFileCompareByHandlesEx(hFile1, hFile2, fFlags, pfnProgress, pvUser);
576 int rc2 = RTFileClose(hFile2);
591 RTDECL(int) RTFileCompareByHandlesEx(RTFILE hFile1, RTFILE hFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser) argument
647 rc = RTFileSeek(hFile2, 0, RTFILE_SEEK_BEGIN, NULL);
667 rc = RTFileRead(hFile2, pbBuf2, cbBlock, NULL);
698 rc = rtFileCompareOSStuff(hFile1, hFile2);
[all...]
/vbox/include/iprt/
H A Dfile.h598 * @param hFile2 The second file. Undefined return position.
600 RTDECL(int) RTFileCompareByHandles(RTFILE hFile1, RTFILE hFile2);
639 * @param hFile2 The second file. Undefined return position.
646 RTDECL(int) RTFileCompareByHandlesEx(RTFILE hFile1, RTFILE hFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser);

Completed in 49 milliseconds