Searched defs:phVfs (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystem.cpp90 RTDECL(int) RTFilesystemVfsFromFile(RTVFSFILE hVfsFile, PRTVFS phVfs) argument
98 AssertPtrReturn(phVfs, VERR_INVALID_POINTER);
109 *phVfs = hVfs;
/vbox/include/iprt/
H A Dvfs.h108 * @param phVfs Where to return the VFS handle. Release the returned
111 RTDECL(int) RTVfsCreate(const char *pszName, uint32_t fFlags, PRTVFS phVfs);
112 RTDECL(uint32_t) RTVfsRetain(RTVFS phVfs); variable
113 RTDECL(uint32_t) RTVfsRelease(RTVFS phVfs); variable
933 RTDECL(int) RTVfsChainOpenVfs( const char *pszSpec, PRTVFS phVfs, const char **ppszError);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1589 PRTVFS phVfs, void **ppvInstance)
1599 AssertPtr(phVfs);
1621 *phVfs = pThis;
1588 RTVfsNew(PCRTVFSOPS pVfsOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock, PRTVFS phVfs, void **ppvInstance) argument

Completed in 59 milliseconds