Searched refs:phVfs (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dfilesystem.h50 * @param phVfs Where to store the VFS handle on success.
52 RTDECL(int) RTFilesystemVfsFromFile(RTVFSFILE hVfsFile, PRTVFS phVfs);
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);
H A Dvfslowlevel.h214 * @param phVfs??? Return handle to what we've traversed.
217 DECLCALLBACKMEMBER(int, pfnTraverse)(void *pvThis, const char *pszPath, size_t *poffPath, PRTVFS??? phVfs?, ???* p???);
246 * @param phVfs Where to return the new handle.
251 PRTVFS phVfs, void **ppvInstance);
1061 * @param phVfs Where to returned the VFS handle.
1063 DECLCALLBACKMEMBER(int, pfnOpenVfs)( PCRTVFSCHAINELEMSPEC pSpec, PRTVFS phVfs);
/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/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 72 milliseconds