Searched refs:RTVfsIoStrmWriteAt (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dvfs.h564 RTDECL(int) RTVfsIoStrmWriteAt(RTVFSIOSTREAM hVfsIos, RTFOFF off, const void *pvBuf, size_t cbToWrite, bool fBlocking, size_t *pcbWritten);
H A Dmangling.h1931 # define RTVfsIoStrmWriteAt RT_MANGLER(RTVfsIoStrmWriteAt) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp2114 RTDECL(int) RTVfsIoStrmWriteAt(RTVFSIOSTREAM hVfsIos, RTFOFF off, const void *pvBuf, size_t cbToWrite, function
2560 rc = RTVfsIoStrmWriteAt(&pThis->Stream, off, pvBuf, cbToWrite, true /*fBlocking*/, pcbWritten);

Completed in 85 milliseconds