Searched refs:RTVfsNewIoStream (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dpkzip.cpp179 int rc = RTVfsNewIoStream(&g_memFssIosOps,
H A Dgzipvfs.cpp699 int rc = RTVfsNewIoStream(&g_rtZipGzipOps, sizeof(RTZIPGZIPSTREAM), RTFILE_O_READ, NIL_RTVFS, NIL_RTVFSLOCK,
796 int rc = RTVfsNewIoStream(&g_rtZipGzipOps, sizeof(RTZIPGZIPSTREAM), RTFILE_O_WRITE, NIL_RTVFS, NIL_RTVFSLOCK,
H A Dxarvfs.cpp1571 rc = RTVfsNewIoStream(&g_rtZipXarFssIosOps,
1603 rc = RTVfsNewIoStream(&g_rtZipXarFssDecompIosOps,
H A Dpkzipvfs.cpp1154 rc = RTVfsNewIoStream(&g_rtZipPkzipFssIosOps,
H A Dtarvfs.cpp1378 rc = RTVfsNewIoStream(&g_rtZipTarFssIosOps,
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp226 int rc = RTVfsNewIoStream(&g_vdIfVfsIosOps, sizeof(*pThis), fFlags,
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp437 int rc = RTVfsNewIoStream(&g_rtManifestPassthruIosOps, sizeof(*pThis), fReadOrWrite ? RTFILE_O_READ : RTFILE_O_WRITE,
/vbox/include/iprt/
H A Dvfslowlevel.h779 RTDECL(int) RTVfsNewIoStream(PCRTVFSIOSTREAMOPS pIoStreamOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTVFSLOCK hLock,
H A Dmangling.h1945 # define RTVfsNewIoStream RT_MANGLER(RTVfsNewIoStream) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1946 RTDECL(int) RTVfsNewIoStream(PCRTVFSIOSTREAMOPS pIoStreamOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTVFSLOCK hLock, function

Completed in 87 milliseconds