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

/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp168 static int vboxfuseTreeLookupParent(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir);
715 static int vboxfuseTreeLookupParent(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir) function
816 * Lookup the parent directory using vboxfuseTreeLookupParent first.
820 int rc = vboxfuseTreeLookupParent(pszPath, &pszName, &pDir);

Completed in 598 milliseconds