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

/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystem.cpp93 PCRTFILESYSTEMDESC pFsDesc = NULL; local
100 rc = rtFsGetFormat(hVfsFile, &pFsDesc);
103 rc = RTVfsNew(&pFsDesc->VfsOps, pFsDesc->cbFs, NIL_RTVFS, NIL_RTVFSLOCK,
107 rc = pFsDesc->pfnInit(pvThis, hVfsFile);

Completed in 42 milliseconds