Searched refs:phVfs (Results 1 - 5 of 5) sorted by relevance
/vbox/include/iprt/ |
H A D | filesystem.h | 50 * @param phVfs Where to store the VFS handle on success. 52 RTDECL(int) RTFilesystemVfsFromFile(RTVFSFILE hVfsFile, PRTVFS phVfs);
|
H A D | vfs.h | 108 * @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 D | vfslowlevel.h | 214 * @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 D | filesystem.cpp | 90 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 D | vfsbase.cpp | 1589 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 49 milliseconds