Searched refs:phVfsIos (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmisc.cpp42 PRTVFSIOSTREAM phVfsIos)
47 AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER);
48 *phVfsIos = NIL_RTVFSIOSTREAM;
69 rc = RTVfsIoStrmFromRTFile(h.u.hFile, fOpen, fLeaveOpen, phVfsIos);
41 RTVfsIoStrmFromStdHandle(RTHANDLESTD enmStdHandle, uint64_t fOpen, bool fLeaveOpen, PRTVFSIOSTREAM phVfsIos) argument
H A Dvfsstdfile.cpp486 RTDECL(int) RTVfsIoStrmFromRTFile(RTFILE hFile, uint64_t fOpen, bool fLeaveOpen, PRTVFSIOSTREAM phVfsIos) argument
491 *phVfsIos = RTVfsFileToIoStream(hVfsFile);
496 RTDECL(int) RTVfsIoStrmOpenNormal(const char *pszFilename, uint64_t fOpen, PRTVFSIOSTREAM phVfsIos) argument
501 *phVfsIos = RTVfsFileToIoStream(hVfsFile);
H A Dvfschain.cpp613 RTDECL(int) RTVfsChainOpenIoStream(const char *pszSpec, uint64_t fOpen, PRTVFSIOSTREAM phVfsIos, const char **ppszError) argument
620 AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER);
636 *phVfsIos = RTVfsFileToIoStream(hVfsFile);
H A Dvfsbase.cpp1947 PRTVFSIOSTREAM phVfsIos, void **ppvInstance)
1960 AssertPtr(phVfsIos);
1984 *phVfsIos = pThis;
1946 RTVfsNewIoStream(PCRTVFSIOSTREAMOPS pIoStreamOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTVFSLOCK hLock, PRTVFSIOSTREAM phVfsIos, void **ppvInstance) argument
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp286 * @param phVfsIos Where to return the output stream handle.
299 static RTEXITCODE gzipOpenOutput(const char *pszFile, PRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsIos) argument
315 phVfsIos);
352 rc = RTVfsIoStrmOpenNormal(pOpts->szOutput, fOpen, phVfsIos);
369 * @param phVfsIos Where to return the input stream handle.
371 static RTEXITCODE gzipOpenInput(const char *pszFile, PRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsIos) argument
387 phVfsIos);
394 rc = RTVfsChainOpenIoStream(pszFile, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_WRITE, phVfsIos, &pszError);
/vbox/include/iprt/
H A Dvfs.h450 * @param phVfsIos Where to return the VFS I/O stream handle.
452 RTDECL(int) RTVfsIoStrmFromRTFile(RTFILE hFile, uint64_t fOpen, bool fLeaveOpen, PRTVFSIOSTREAM phVfsIos);
461 * @param phVfsIos Where to return the VFS I/O stream handle.
463 RTDECL(int) RTVfsIoStrmOpenNormal(const char *pszFilename, uint64_t fOpen, PRTVFSIOSTREAM phVfsIos);
474 * @param phVfsIos Where to return the VFS I/O stream handle.
477 PRTVFSIOSTREAM phVfsIos);
938 RTDECL(int) RTVfsChainOpenIoStream( const char *pszSpec, uint64_t fOpen, PRTVFSIOSTREAM phVfsIos, const char **ppszError);
H A Dvfslowlevel.h775 * @param phVfsIos Where to return the new handle.
780 PRTVFSIOSTREAM phVfsIos, void **ppvInstance);
1101 * @param phVfsIos Where to returned the I/O stream handle.
1103 DECLCALLBACKMEMBER(int, pfnOpenIoStream)(PCRTVFSCHAINELEMSPEC pSpec, uint32_t fOpen, PRTVFSIOSTREAM phVfsIos);
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp216 VBOXDDU_DECL(int) VDIfCreateVfsStream(PVDINTERFACEIO pVDIfsIo, void *pvStorage, uint32_t fFlags, PRTVFSIOSTREAM phVfsIos) argument
219 AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER);
235 *phVfsIos = hVfsIos;
/vbox/include/VBox/
H A Dvd-ifs.h623 * @param phVfsIos Where to return the VFS I/O stream handle on
626 VBOXDDU_DECL(int) VDIfCreateVfsStream(PVDINTERFACEIO pVDIfsIo, void *pvStorage, uint32_t fFlags, PRTVFSIOSTREAM phVfsIos);

Completed in 52 milliseconds