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

/vbox/include/iprt/
H A Dvfslowlevel.h433 RTDECL(int) RTVfsNewFsStream(PCRTVFSFSSTREAMOPS pFsStreamOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock,
H A Dmangling.h1944 # define RTVfsNewFsStream RT_MANGLER(RTVfsNewFsStream) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dpkzipvfs.cpp1260 int rc = RTVfsNewFsStream(&rtZipPkzipFssOps, sizeof(*pThis),
H A Dtarvfs.cpp1535 int rc = RTVfsNewFsStream(&rtZipTarFssOps, sizeof(*pThis), NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFss, (void **)&pThis);
H A Dxarvfs.cpp2064 rc = RTVfsNewFsStream(&rtZipXarFssOps, sizeof(*pThis), NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFss, (void **)&pThis);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1671 RTDECL(int) RTVfsNewFsStream(PCRTVFSFSSTREAMOPS pFsStreamOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock, function

Completed in 88 milliseconds