Searched defs:RTFileSeek (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h65 #define RTFileSeek testRTFileSeek macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp420 RTR3DECL(int) RTFileSeek(RTFILE hFile, int64_t offSeek, unsigned uMethod, uint64_t *poffActual) function
613 int rc = RTFileSeek(hFile, 0, RTFILE_SEEK_CURRENT, &offSaved);
616 rc = RTFileSeek(hFile, 0, RTFILE_SEEK_END, pcbSize);
617 int rc2 = RTFileSeek(hFile, offSaved, RTFILE_SEEK_BEGIN, NULL);
633 int rc = RTFileSeek(hFile, 0, RTFILE_SEEK_CURRENT, &offOld);
653 return RTFileSeek(hFile, offOld, RTFILE_SEEK_BEGIN, NULL);
656 rc = RTFileSeek(hFile, offLow + cbInterval, RTFILE_SEEK_BEGIN, NULL);
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp377 RTR3DECL(int) RTFileSeek(RTFILE hFile, int64_t offSeek, unsigned uMethod, uint64_t *poffActual) function
/vbox/include/iprt/
H A Dmangling.h609 # define RTFileSeek RT_MANGLER(RTFileSeek) macro

Completed in 63 milliseconds