Searched refs:RTFileSetSize (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstFileLock.cpp75 rc = RTFileSetSize(File, fRun ? 2048 : 20480);
139 rc = RTFileSetSize(File, fRun ? 2048 : 20480);
H A DtstFile.cpp73 rc = RTFileSetSize(File, _2G + _1M);
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp109 rc = RTFileSetSize(hAutostartFile, cbBuf);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h61 #define RTFileSetSize testRTFileSetSize macro
H A Dvbsf.cpp1017 RTFileSetSize(pHandle->file.Handle, pParms->Info.cbObject);
2010 rc = RTFileSetSize(pHandle->file.Handle, pSFDEntry->cbObject);
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp420 rc = RTFileSetSize(pIoLogger->hFile, pIoLogger->offWriteNext);
499 rc = RTFileSetSize(pIoLogger->hFile, pIoLogger->offWriteNext);
559 rc = RTFileSetSize(pIoLogger->hFile, pIoLogger->offWriteNext);
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.cpp265 rc = RTFileSetSize(pIoStorage->u.File.hFile, cbSize);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp98 RTFileSetSize(pEndpoint->hFile, pCurr->Off + pCurr->DataSeg.cbSeg);
H A DPDMAsyncCompletionFileNormal.cpp805 RTFileSetSize(pEndpoint->hFile, pTask->Off + pTask->DataSeg.cbSeg);
939 RTFileSetSize(pEndpoint->hFile, pTask->Off + pTask->DataSeg.cbSeg);
1526 RTFileSetSize(pEndpoint->hFile, pTask->Off + pTask->DataSeg.cbSeg);
H A DPDMAsyncCompletionFile.cpp1245 rc = RTFileSetSize(pEpFile->hFile, cbSize);
/vbox/include/iprt/
H A Dfile.h203 * disabled. To write beyond the size of file use RTFileSetSize prior
453 RTDECL(int) RTFileSetSize(RTFILE File, uint64_t cbSize);
801 * Win32: File size change (RTFileSetSize) is not controlled by locking at all (!) in the
H A Dmangling.h613 # define RTFileSetSize RT_MANGLER(RTFileSetSize) macro
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp466 rc = RTFileSetSize(FileDst, cbSrc);
H A Dxml.cpp307 int vrc = RTFileSetSize(m->handle, pos());
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp525 RTR3DECL(int) RTFileSetSize(RTFILE hFile, uint64_t cbSize) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp590 RTR3DECL(int) RTFileSetSize(RTFILE hFile, uint64_t cbSize) function
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp292 return RTFileSetSize(pInt->file, cbSize);
/vbox/src/VBox/Storage/
H A DVD.cpp3996 return RTFileSetSize(pStorage->File, cbSize);

Completed in 161 milliseconds