Searched defs:RTVfsIoStrmReadAt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp2069 RTDECL(int) RTVfsIoStrmReadAt(RTVFSIOSTREAM hVfsIos, RTFOFF off, void *pvBuf, size_t cbToRead, function
2577 rc = RTVfsIoStrmReadAt(&pThis->Stream, off, pvBuf, cbToRead, true /*fBlocking*/, pcbRead);
/vbox/include/iprt/
H A Dmangling.h1921 # define RTVfsIoStrmReadAt RT_MANGLER(RTVfsIoStrmReadAt) macro

Completed in 151 milliseconds