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

/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp872 static int vboxfuseOp_opendir(const char *pszPath, struct fuse_file_info *pInfo) function
900 LogFlow(("vboxfuseOp_opendir: rc=%d \"%s\"\n", rc, pszPath));
1098 LogFlow(("vboxfuseOp_opendir: rc=%d \"%s\"\n", rc, pszPath));
1455 g_vboxfuseOps.opendir = vboxfuseOp_opendir;

Completed in 708 milliseconds