Searched refs:RTFileWriteAt (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp220 rc = RTFileWriteAt(pIoLogger->hFile, 0, &Hdr, sizeof(Hdr), NULL);
249 rc = RTFileWriteAt(pIoLogger->hFile, off, pvSeg, cbSeg, NULL);
407 rc = RTFileWriteAt(pIoLogger->hFile, pIoLogger->offWriteNext, &Entry, sizeof(Entry), NULL);
479 rc = RTFileWriteAt(pIoLogger->hFile, pIoLogger->offWriteNext, &Entry, sizeof(Entry), NULL);
490 rc = RTFileWriteAt(pIoLogger->hFile, pIoLogger->offWriteNext + i*sizeof(DiscardRange),
546 rc = RTFileWriteAt(pIoLogger->hFile, pIoLogger->offWriteNext, &Entry, sizeof(Entry), NULL);
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp111 rc = RTFileWriteAt(hAutostartFile, 0, abBuf, cbBuf, NULL);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp75 return RTFileWriteAt(pDisk->hImage, off, pvBuf, cbWrite, NULL);
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp648 rc = RTFileWriteAt(pFileInt->pTar->hTarFile,
667 rc = RTFileWriteAt(pFileInt->pTar->hTarFile, pFileInt->offStart, &record, sizeof(RTTARRECORD), NULL);
721 int rc = RTFileWriteAt(pFileInt->pTar->hTarFile, pFileInt->offStart + 512 + off, pvBuf, cbToWrite, &cbTmpWritten);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp199 rc = RTFileWriteAt(pThis->hFile, off, pSgBuf->paSegs[0].pvSeg, pSgBuf->paSegs[0].cbSeg, pcbWritten);
218 rc = RTFileWriteAt(pThis->hFile, off, pvSeg, cbSeg, pcbWrittenSeg);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp319 RTFileWriteAt(hFile, 0, "-1", 2, NULL);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp101 rc = RTFileWriteAt(pEndpoint->hFile, pCurr->Off,
H A DSSM.cpp1966 return RTFileWriteAt((RTFILE)(uintptr_t)pvUser, offStream, pvBuf, cbToWrite, NULL); /** @todo use RTFileWrite */
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp268 RTR3DECL(int) RTFileWriteAt(RTFILE File, RTFOFF off, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten) function
300 rc = RTFileWriteAt(hFile, off, pvBuf, cbBuf, pcbWritten ? &cbThisWritten : NULL);
/vbox/src/VBox/Storage/testcase/
H A DVDMemDisk.cpp315 return RTFileWriteAt(hFile, pSeg->Core.Key, pSeg->pvSeg, pSeg->Core.KeyLast - pSeg->Core.Key + 1, NULL);
/vbox/include/iprt/
H A Dfile.h422 RTDECL(int) RTFileWriteAt(RTFILE File, RTFOFF off, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten);
H A Dmangling.h621 # define RTFileWriteAt RT_MANGLER(RTFileWriteAt) macro
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp303 return RTFileWriteAt(pInt->file, uOffset, pvBuf, cbWrite, pcbWritten);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp237 rc = RTFileWriteAt(pThis->hFileDevice, off, pvBuf, cbWrite, NULL);
239 Log(("%s-%d: drvHostBaseWrite: RTFileWriteAt(%RTfile, %#llx, %p, %#x) -> %Rrc ('%s')\n",
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp528 rc = RTFileWriteAt(pFile->hFile, iOffset,
/vbox/src/VBox/Storage/
H A DVD.cpp4007 return RTFileWriteAt(pStorage->File, uOffset, pvBuf, cbWrite, pcbWritten);

Completed in 174 milliseconds