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

/vbox/src/bldprogs/
H A DVBoxCmp.cpp118 const char *pszFile2 = argv[2]; local
120 FILE *pFile2 = openFile(pszFile2);
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp531 RTDECL(int) RTFileCompare(const char *pszFile1, const char *pszFile2) argument
533 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) argument
550 AssertPtrReturn(pszFile2, VERR_INVALID_POINTER);
551 AssertReturn(*pszFile2, VERR_INVALID_PARAMETER);
565 rc = RTFileOpen(&hFile2, pszFile2,
/vbox/include/iprt/
H A Dfile.h586 * @param pszFile2 The path to the second file.
588 RTDECL(int) RTFileCompare(const char *pszFile1, const char *pszFile2);
622 * @param pszFile2 The path to the destination file. This file will be
628 RTDECL(int) RTFileCompareEx(const char *pszFile1, const char *pszFile2, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser);

Completed in 56 milliseconds