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

/vbox/include/iprt/
H A Ddir.h211 typedef enum RTDIRFILTER enum
231 } RTDIRFILTER; typedef in typeref:enum:RTDIRFILTER
354 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h56 RTDIRFILTER enmFilter;
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h36 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp513 static int rtDirOpenCommon(PRTDIR *ppDir, const char *pszPath, const char *pszFilter, RTDIRFILTER enmFilter)
651 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen)
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp107 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter)
H A DtstSharedFolderService.cpp150 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t)

Completed in 58 milliseconds