Searched refs:RTDIRFILTER_WINNT (Results 1 - 13 of 13) 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.h220 RTDIRFILTER_WINNT, enumerator in enum:RTDIRFILTER
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp603 case RTDIRFILTER_WINNT:
665 case RTDIRFILTER_WINNT:
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp223 rc = RTDirOpenFiltered (&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT);
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp64 if (pDir->enmFilter == RTDIRFILTER_WINNT)
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp90 && pDir->enmFilter == RTDIRFILTER_WINNT)
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp156 rc = RTDirOpenFiltered(&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT, 0);
1659 rc = RTDirOpenFiltered(&pHandle->dir.SearchHandle, pszFullPath, RTDIRFILTER_WINNT, 0);
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp959 rc = RTDirOpenFiltered(&pDir, pszPath, RTDIRFILTER_WINNT, 0 /*fFlags*/);
/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 224 milliseconds