Searched refs:phVfsDir (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dvfslowlevel.h185 * @param phVfsDir Where to return the handle to the root directory.
187 DECLCALLBACKMEMBER(int, pfnOpenRoot)(void *pvThis, PRTVFSDIR phVfsDir);
465 * @param phVfsDir If not NULL and it is a directory, open it and
474 DECLCALLBACKMEMBER(int, pfnTraversalOpen)(void *pvThis, const char *pszEntry, PRTVFSDIR phVfsDir,
495 * @param phVfsDir Where to return the handle to the opened directory.
498 DECLCALLBACKMEMBER(int, pfnOpenDir)(void *pvThis, const char *pszSubDir, PRTVFSDIR phVfsDir);
507 * @param phVfsDir Where to optionally return the handle to the newly
511 DECLCALLBACKMEMBER(int, pfnCreateDir)(void *pvThis, const char *pszSubDir, RTFMODE fMode, PRTVFSDIR phVfsDir);
551 DECLCALLBACKMEMBER(int, pfnUnlinkEntry)(void *pvThis, const char *pszEntry, RTFMODE fType, PRTVFSDIR phVfsDir);
1070 * @param phVfsDir Wher
[all...]
H A Dvfs.h935 RTDECL(int) RTVfsChainOpenDir( const char *pszSpec, uint64_t fOpen, PRTVFSDIR phVfsDir, const char **ppszError);
/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystemext.cpp326 static DECLCALLBACK(int) rtFsExtOpenRoot(void *pvThis, PRTVFSDIR phVfsDir) argument
329 NOREF(phVfsDir);

Completed in 51 milliseconds