Searched defs:enmFilter (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h56 RTDIRFILTER enmFilter; member in struct:RTDIR
/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/
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...]

Completed in 406 milliseconds