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

/vbox/src/VBox/Runtime/testcase/
H A DtstDir-2.cpp44 int rc = RTDirOpenFiltered(&pDir, argv[i], RTDIRFILTER_WINNT, 0);
H A DtstDir-3.cpp39 int rc = RTDirOpenFiltered(&pDir, pszFilter, RTDIRFILTER_WINNT, 0);
H A DtstDir.cpp80 rc = RTDirOpenFiltered(&pDir, argv[i], RTDIRFILTER_WINNT, 0);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp175 rc = RTDirOpenFiltered(&pDirCurr, pszPathTmp, RTDIRFILTER_WINNT, 0);
267 rc = RTDirOpenFiltered(&pAcpiCpuPathLvl->pDir, pszPath, RTDIRFILTER_WINNT, 0);
353 rc = RTDirOpenFiltered(&pAcpiCpuPathLvl->pDir, pszPathDir, RTDIRFILTER_WINNT, 0);
/vbox/include/iprt/
H A Ddir.h209 * Filter option for RTDirOpenFiltered().
337 /** @name RTDirOpenFiltered flags.
354 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
360 * @param pDir Pointer to open directory returned by RTDirOpen() or RTDirOpenFiltered().
H A Dmangling.h478 # define RTDirOpenFiltered RT_MANGLER(RTDirOpenFiltered) macro
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp45 #define RTDirOpenFiltered rtDirOpenFiltered macro
223 rc = RTDirOpenFiltered (&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h35 #define RTDirOpenFiltered testRTDirOpenFiltered macro
H A Dvbsf.cpp156 rc = RTDirOpenFiltered(&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT, 0);
1145 rc = RTDirOpenFiltered(&pHandle->dir.Handle, pszPath, RTDIRFILTER_NONE, 0);
1659 rc = RTDirOpenFiltered(&pHandle->dir.SearchHandle, pszFullPath, RTDIRFILTER_WINNT, 0);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp643 * Take common cause with RTDirOpenFiltered().
651 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen) function
690 LogFlow(("RTDirOpenFiltered(%p:{%p}, %p:{%s}, %d): return %Rrc\n",
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp959 rc = RTDirOpenFiltered(&pDir, pszPath, RTDIRFILTER_WINNT, 0 /*fFlags*/);
/vbox/src/bldprogs/
H A Dscm.cpp1270 rc = RTDirOpenFiltered(&pDir, pszBuf, RTDIRFILTER_NONE, 0);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp2021 rc = RTDirOpenFiltered(&pDir, szPath, RTDIRFILTER_WINNT, 0);
/vbox/src/VBox/Storage/
H A DVD.cpp3730 int rc = RTDirOpenFiltered(&pPluginDir, pszPluginFilter, RTDIRFILTER_WINNT, 0);
3850 int rc = RTDirOpenFiltered(&pPluginDir, pszPluginFilter, RTDIRFILTER_WINNT, 0);

Completed in 172 milliseconds