Searched refs:enmFilter (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp511 * @param enmFilter The type of filter to apply.
513 static int rtDirOpenCommon(PRTDIR *ppDir, const char *pszPath, const char *pszFilter, RTDIRFILTER enmFilter) argument
596 pDir->enmFilter = enmFilter;
597 switch (enmFilter)
651 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen) argument
658 switch (enmFilter)
662 AssertMsgFailed(("%d is not implemented!\n", enmFilter));
668 AssertMsgFailedReturn(("%d\n", enmFilter), VERR_INVALID_PARAMETER);
675 if (enmFilter
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h56 RTDIRFILTER enmFilter; member in struct:RTDIR
/vbox/include/iprt/
H A Ddir.h350 * @param enmFilter The kind of filter to apply. Setting this to RTDIRFILTER_NONE makes
354 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
/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/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp107 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter) argument
/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)

Completed in 156 milliseconds