Searched refs:RTDIRFILTER (Results 1 - 6 of 6) sorted by relevance
/vbox/include/iprt/ |
H A D | dir.h | 211 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 D | dir.h | 56 RTDIRFILTER enmFilter;
|
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | teststubs.h | 36 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
|
/vbox/src/VBox/Runtime/r3/ |
H A D | dir.cpp | 513 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 D | tstShflCase.cpp | 107 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter)
|
H A D | tstSharedFolderService.cpp | 150 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t)
|
Completed in 71 milliseconds