Searched refs:vboxfuseOp_readdir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp906 static int vboxfuseOp_readdir(const char *pszPath, void *pvBuf, fuse_fill_dir_t pfnFiller, function
913 LogFlow(("vboxfuseOp_readdir: offDir=%llx \"%s\"\n", (uint64_t)offDir, pszPath));
959 LogFlow(("vboxfuseOp_readdir: returns offDir=%llx\n", (uint64_t)offDir));
1456 g_vboxfuseOps.readdir = vboxfuseOp_readdir;

Completed in 75 milliseconds