Searched refs:RTFileFlush (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h49 #define RTFileFlush testRTFileFlush macro
H A Dvbsf.cpp1590 rc = RTFileFlush(pHandle->file.Handle);
/vbox/src/VBox/Devices/Serial/
H A DDrvRawFile.cpp81 RTFileFlush(pThis->hOutputFile);
/vbox/src/VBox/Devices/Storage/
H A DDrvRawImage.cpp184 int rc = RTFileFlush(pThis->hFile);
H A DDrvHostBase.cpp271 rc = RTFileFlush(pThis->hFileDevice);
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.cpp245 rc = RTFileFlush(pIoStorage->u.File.hFile);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp80 rc = RTFileFlush(pEndpoint->hFile);
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp348 RTFileFlush(pIoLogger->hFile);
364 rc = RTFileFlush(pIoLogger->hFile);
/vbox/include/iprt/
H A Dfile.h444 RTDECL(int) RTFileFlush(RTFILE File);
H A Dmangling.h583 # define RTFileFlush RT_MANGLER(RTFileFlush) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp245 return RTFileFlush(pThis->hFile);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp677 RTR3DECL(int) RTFileFlush(RTFILE hFile) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp578 RTR3DECL(int) RTFileFlush(RTFILE hFile) function
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp736 RTFileFlush(pLogger->pInt->hFile);
3268 RTFileFlush(pLogger->pInt->hFile);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp328 return RTFileFlush(pInt->file);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp238 RTFileFlush(m->handle);
/vbox/src/VBox/Storage/
H A DVD.cpp4028 return RTFileFlush(pStorage->File);

Completed in 731 milliseconds