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

/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp107 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter) argument
118 *ppDir = (PRTDIR)1;
H A DtstSharedFolderService.cpp140 extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath) argument
144 *ppDir = testRTDirOpenpDir;
150 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t) argument
154 *ppDir = testRTDirOpenpDir;
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp508 * @param ppDir Where to store the directory handle.
513 static int rtDirOpenCommon(PRTDIR *ppDir, const char *pszPath, const char *pszFilter, RTDIRFILTER enmFilter) argument
625 *ppDir = pDir;
634 RTDECL(int) RTDirOpen(PRTDIR *ppDir, const char *pszPath) argument
639 AssertMsgReturn(VALID_PTR(ppDir), ("%p\n", ppDir), VERR_INVALID_POINTER); local
645 int rc = rtDirOpenCommon(ppDir, pszPath, NULL, RTDIRFILTER_NONE);
646 LogFlow(("RTDirOpen(%p:{%p}, %p:{%s}): return %Rrc\n", ppDir, *ppDir, pszPath, pszPath, rc));
651 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, cons argument
656 AssertMsgReturn(VALID_PTR(ppDir), ("%p\\n", ppDir), VERR_INVALID_POINTER); local
[all...]
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp168 static int vboxfuseTreeLookupParent(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir);
169 static int vboxfuseTreeLookupParentForInsert(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir);
453 * @param ppDir Optional, where to return the new directory locked and
456 static int vboxfuseDirCreate(const char *pszPath, PVBOXFUSEDIR *ppDir) argument
482 && ppDir)
485 *ppDir = pNewDir;
713 * @param ppDir Where to return the parent directory.
715 static int vboxfuseTreeLookupParent(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir) argument
729 *ppDir = NULL;
750 *ppDir
813 vboxfuseTreeLookupParentForInsert(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir) argument
[all...]

Completed in 78 milliseconds