Searched refs:RTVfsIoStrmFlush (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Dvfs.h621 RTDECL(int) RTVfsIoStrmFlush(RTVFSIOSTREAM hVfsIos);
826 * @sa RTVfsIoStrmFlush, RTFileFlush, RTPipeFlush
H A Dmangling.h1913 # define RTVfsIoStrmFlush RT_MANGLER(RTVfsIoStrmFlush) macro
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp139 int rc = RTVfsIoStrmFlush(*phVfsDst);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp345 return RTVfsIoStrmFlush(pThis->hVfsIos);
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp608 return RTVfsIoStrmFlush(pThis->hVfsIos);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1572 rc = RTVfsIoStrmFlush(hVfsIosDst);
2226 RTDECL(int) RTVfsIoStrmFlush(RTVFSIOSTREAM hVfsIos) function
2588 return RTVfsIoStrmFlush(&pThis->Stream);

Completed in 211 milliseconds