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

/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp907 off_t offDir, struct fuse_file_info *pInfo)
913 LogFlow(("vboxfuseOp_readdir: offDir=%llx \"%s\"\n", (uint64_t)offDir, pszPath));
922 if (!offDir)
924 offDir += VBOXFUSE_FAKE_DIRENT_SIZE;
926 rc = pfnFiller(pvBuf, ".", &st, offDir);
928 if ( offDir == VBOXFUSE_FAKE_DIRENT_SIZE
931 offDir += VBOXFUSE_FAKE_DIRENT_SIZE;
932 rc = pfnFiller(pvBuf, "..", NULL, offDir);
940 Assert(offDir >
906 vboxfuseOp_readdir(const char *pszPath, void *pvBuf, fuse_fill_dir_t pfnFiller, off_t offDir, struct fuse_file_info *pInfo) argument
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp2014 size_t offDir = strlen(szPath); local
2030 szPath[offDir] = '\0';
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp505 uint32_t offDir; member in struct:RTDBGMODCV
1345 rc = rtDbgModCvReadAt(pThis, pThis->offDir, &DirHdr, sizeof(DirHdr));
1354 rc = rtDbgModCvReadAt(pThis, pThis->offDir + sizeof(DirHdr),
1390 rc = rtDbgModCvReadAt(pThis, pThis->offDir, &DirHdr, sizeof(DirHdr));
1422 rc = rtDbgModCvReadAt(pThis, pThis->offDir + DirHdr.Core.cbHdr,
2505 pThis->offDir = pCvHdr->off;

Completed in 97 milliseconds