Searched refs:RTFILE_SEEK_CURRENT (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAppend-1.cpp59 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
66 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
99 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
107 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
131 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
142 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
150 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
171 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_CURRENT, &offActual), VINF_SUCCESS);
/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAllByHandleEx-generic.cpp48 int rc = RTFileSeek(File, 0, RTFILE_SEEK_CURRENT, (uint64_t *)&offOrg);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp120 rc = RTFileSeek(pThis->hFile, 0, RTFILE_SEEK_CURRENT, &off2);
286 int rc = RTFileSeek(pThis->hFile, 0, RTFILE_SEEK_CURRENT, &offActual);
300 return RTFileSeek(pThis->hFile, cb, RTFILE_SEEK_CURRENT, &offIgnore);
H A Dvfsmemory.cpp649 case RTFILE_SEEK_CURRENT:
H A Dvfsbase.cpp2289 rc = pThisFile->pOps->pfnSeek(pThis->Base.pvThis, cb, RTFILE_SEEK_CURRENT, &offIgnored);
2618 || uMethod == RTFILE_SEEK_CURRENT
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp292 case RTFILE_SEEK_CURRENT:
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp333 int rc = RTFileSeek(File, 0, RTFILE_SEEK_CURRENT, &off);
427 int rc = RTFileSeek(FileSrc, 0, RTFILE_SEEK_CURRENT, (uint64_t *)&offSrcSaved);
H A Disofs.cpp197 rc = RTFileSeek(pFile->file, 1, RTFILE_SEEK_CURRENT, NULL);
H A Dxml.cpp256 int vrc = RTFileSeek(m->handle, 0, RTFILE_SEEK_CURRENT, &p);
274 method = RTFILE_SEEK_CURRENT;
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp613 int rc = RTFileSeek(hFile, 0, RTFILE_SEEK_CURRENT, &offSaved);
633 int rc = RTFileSeek(hFile, 0, RTFILE_SEEK_CURRENT, &offOld);
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp306 case RTFILE_SEEK_CURRENT:
H A DVDVfs.cpp427 case RTFILE_SEEK_CURRENT:
/vbox/include/iprt/
H A Dfile.h336 #define RTFILE_SEEK_CURRENT 0x01 macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp583 uSeekMethodIPRT = RTFILE_SEEK_CURRENT;
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp1085 case RTFILE_SEEK_CURRENT:

Completed in 85 milliseconds