Searched refs:hVfsDir (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dvfs.h237 * @param hVfsDir The VFS directory handle.
239 RTDECL(RTVFSOBJ) RTVfsObjFromDir(RTVFSDIR hVfsDir); variable
320 * @param hVfsDir The VFS directory handle.
322 RTDECL(uint32_t) RTVfsDirRetain(RTVFSDIR hVfsDir); variable
330 RTDECL(uint32_t) RTVfsDirRelease(RTVFSDIR hVfsDir); variable
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1011 RTDECL(RTVFSOBJ) RTVfsObjFromDir(RTVFSDIR hVfsDir) argument
1013 if (hVfsDir != NIL_RTVFSDIR)
1015 RTVFSOBJINTERNAL *pThis = &hVfsDir->Base;
1774 RTDECL(uint32_t) RTVfsDirRetain(RTVFSDIR hVfsDir) argument
1776 RTVFSDIRINTERNAL *pThis = hVfsDir;
1783 RTDECL(uint32_t) RTVfsDirRelease(RTVFSDIR hVfsDir) argument
1785 RTVFSDIRINTERNAL *pThis = hVfsDir;

Completed in 50 milliseconds