Searched refs:RTFileSeek (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAllByHandleEx-generic.cpp48 int rc = RTFileSeek(File, 0, RTFILE_SEEK_CURRENT, (uint64_t *)&offOrg);
55 rc = RTFileSeek(File, 0,RTFILE_SEEK_END, (uint64_t *)&cbFile);
76 rc = RTFileSeek(File, off, RTFILE_SEEK_BEGIN, NULL);
101 RTFileSeek(File, offOrg, RTFILE_SEEK_BEGIN, NULL);
/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);
77 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_BEGIN, &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);
162 RTTESTI_CHECK_RC(rc = RTFileSeek(hFile, off, RTFILE_SEEK_BEGIN, &offActual), VINF_SUCCESS);
171 RTTESTI_CHECK_RC(rc = RTFileSeek(hFil
[all...]
H A DtstFile.cpp123 rc = RTFileSeek(File, 0, RTFILE_SEEK_BEGIN, NULL);
162 rc = RTFileSeek(File, _2G + _1M, RTFILE_SEEK_BEGIN, NULL);
194 rc = RTFileSeek(File, offFile, RTFILE_SEEK_BEGIN, NULL);
235 rc = RTFileSeek(File, _2G + 1, RTFILE_SEEK_BEGIN, NULL);
252 rc = RTFileSeek(File, 0, RTFILE_SEEK_END, NULL);
269 rc = RTFileSeek(File, 0, RTFILE_SEEK_BEGIN, NULL);
H A DtstRTDigest.cpp290 rc = RTFileSeek(hFile, offStart, RTFILE_SEEK_BEGIN, NULL);
292 return Error("RTFileSeek(%s,%ull) -> %Rrc\n", ValueUnion.psz, offStart, rc);
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp206 int rc = RTFileSeek(File, off, RTFILE_SEEK_BEGIN, NULL);
270 int rc = RTFileSeek(File, off, RTFILE_SEEK_BEGIN, NULL);
333 int rc = RTFileSeek(File, 0, RTFILE_SEEK_CURRENT, &off);
336 AssertMsgFailed(("RTFileSeek(%d) -> %d\n", File, rc));
427 int rc = RTFileSeek(FileSrc, 0, RTFILE_SEEK_CURRENT, (uint64_t *)&offSrcSaved);
435 rc = RTFileSeek(FileSrc, 0, RTFILE_SEEK_END, (uint64_t *)&cbSrc);
461 rc = RTFileSeek(FileSrc, 0, RTFILE_SEEK_BEGIN, NULL);
464 rc = RTFileSeek(FileDst, 0, RTFILE_SEEK_BEGIN, NULL);
525 RTFileSeek(FileSrc, offSrcSaved, RTFILE_SEEK_BEGIN, NULL);
644 rc = RTFileSeek(hFile
[all...]
H A Disofs.cpp161 rc = RTFileSeek(pFile->file, uTableStart, RTFILE_SEEK_BEGIN, &uTableStart);
197 rc = RTFileSeek(pFile->file, 1, RTFILE_SEEK_CURRENT, NULL);
313 int rc = RTFileSeek(pFile->file, uExtentSector * RTISOFS_SECTOR_SIZE,
496 rc = RTFileSeek(pFile->file, uSector * RTISOFS_SECTOR_SIZE,
563 rc = RTFileSeek(pFile->file, cbOffset, RTFILE_SEEK_BEGIN, NULL);
H A Dxml.cpp256 int vrc = RTFileSeek(m->handle, 0, RTFILE_SEEK_CURRENT, &p);
272 vrc = RTFileSeek(m->handle, INT64_MAX, method, &p);
278 vrc = RTFileSeek(m->handle, (int64_t) aPos, method, &p);
/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp332 RTFileSeek(m_File, m_Elements.top().offset, RTFILE_SEEK_BEGIN, NULL);
336 RTFileSeek(m_File, uPos, RTFILE_SEEK_BEGIN, NULL);
611 int rc = RTFileSeek(m_Ebml.getFile(), m_uTrackIdPos, RTFILE_SEEK_BEGIN, NULL);
616 rc = RTFileSeek(m_Ebml.getFile(), 0, RTFILE_SEEK_END, NULL);
628 RTFileSeek(m_Ebml.getFile(), m_uSeekInfoPos, RTFILE_SEEK_BEGIN, NULL);
H A DGuestSessionImplTasks.cpp375 rc = RTFileSeek(*pFile, mSourceOffset + cbWrittenTotal,
927 rc = RTFileSeek(pISO->file, cbOffset, RTFILE_SEEK_BEGIN, NULL);
/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/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);
363 int rc = RTFileSeek(pThis->hFile, offSeek, uMethod, &offActual);
/vbox/src/VBox/Devices/Storage/
H A DDrvRawImage.cpp121 int rc = RTFileSeek(pThis->hFile, off, RTFILE_SEEK_BEGIN, NULL);
137 AssertMsgFailed(("RTFileSeek(%RTfile,%#llx,) -> %Rrc\n", pThis->hFile, off, rc));
155 int rc = RTFileSeek(pThis->hFile, off, RTFILE_SEEK_BEGIN, NULL);
171 AssertMsgFailed(("RTFileSeek(%RTfile,%#llx,) -> %Rrc\n", pThis->hFile, off, rc));
H A DDrvHostFloppy.cpp129 return RTFileSeek(pThis->hFileDevice, 0, RTFILE_SEEK_END, pcb);
H A DDrvHostDVD.cpp310 return RTFileSeek(pThis->hFileDevice, 0, RTFILE_SEEK_END, pcb);
H A DDrvHostBase.cpp1220 return RTFileSeek(pThis->hFileDevice, 0, RTFILE_SEEK_END, pcb);
1252 return RTFileSeek(pThis->hFileDevice, 0, RTFILE_SEEK_END, pcb);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h65 #define RTFileSeek testRTFileSeek macro
H A Dvbsf.cpp1503 rc = RTFileSeek(pHandle->file.Handle, offset, RTFILE_SEEK_BEGIN, NULL);
1552 rc = RTFileSeek(pHandle->file.Handle, offset, RTFILE_SEEK_BEGIN, NULL);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrFile.cpp81 int rc = RTFileSeek(pFileReader->hFile, off, RTFILE_SEEK_BEGIN, NULL);
/vbox/include/iprt/
H A Dfile.h356 RTDECL(int) RTFileSeek(RTFILE File, int64_t offSeek, unsigned uMethod, uint64_t *poffActual);
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp185 rc = RTFileSeek(hFile, 0, RTFILE_SEEK_BEGIN, NULL);
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c512 rc = RTFileSeek(hSessionFile,
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp424 rc = RTFileSeek(pFileInt->pTar->hTarFile, 0, RTFILE_SEEK_END, &pFileInt->offStart);
/vbox/src/libs/kStuff/iprt/
H A DkRdrFile-iprt.cpp543 rc = RTFileSeek(pRdrFile->File, off, RTFILE_SEEK_BEGIN, NULL);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp255 rc = RTFileSeek(pFile->hFile, (int64_t)uOffset, RTFILE_SEEK_BEGIN, NULL /* Current offset */);
597 rc = RTFileSeek(pFile->hFile, (int64_t)uOffset,
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1135 int rc = RTFileSeek(hTarballFile, 0, RTFILE_SEEK_BEGIN, NULL);

Completed in 112 milliseconds

12