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

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1340 * @param ppVfsParentDir Where to return the parent directory handle
1344 RTVFSDIRINTERNAL **ppVfsParentDir)
1353 AssertPtr(ppVfsParentDir);
1354 *ppVfsParentDir = NULL;
1382 *ppVfsParentDir = pCurDir;
1408 *ppVfsParentDir = pCurDir;
1343 rtVfsTraverseToParent(RTVFSINTERNAL *pThis, PRTVFSPARSEDPATH pPath, bool fFollowSymlink, RTVFSDIRINTERNAL **ppVfsParentDir) argument

Completed in 51 milliseconds