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

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp2457 RTVFSDIRINTERNAL *pVfsParentDir; local
2458 rc = rtVfsTraverseToParent(pThis, pPath, true /*fFollowSymlink*/, &pVfsParentDir);
2464 RTVfsLockAcquireWrite(pVfsParentDir->Base.hLock);
2465 rc = pVfsParentDir->pOps->pfnOpenFile(pVfsParentDir->Base.pvThis, pszEntryName, fOpen, phVfsFile);
2466 RTVfsLockReleaseWrite(pVfsParentDir->Base.hLock);
2468 RTVfsDirRelease(pVfsParentDir);

Completed in 50 milliseconds