Searched refs:RTDIRFILTER_NONE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp600 case RTDIRFILTER_NONE:
645 int rc = rtDirOpenCommon(ppDir, pszPath, NULL, RTDIRFILTER_NONE);
664 case RTDIRFILTER_NONE:
675 if (enmFilter == RTDIRFILTER_NONE)
681 enmFilter = RTDIRFILTER_NONE;
/vbox/include/iprt/
H A Ddir.h216 RTDIRFILTER_NONE, enumerator in enum:RTDIRFILTER
350 * @param enmFilter The kind of filter to apply. Setting this to RTDIRFILTER_NONE makes
/vbox/src/bldprogs/
H A Dscm.cpp1270 rc = RTDirOpenFiltered(&pDir, pszBuf, RTDIRFILTER_NONE, 0);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp1145 rc = RTDirOpenFiltered(&pHandle->dir.Handle, pszPath, RTDIRFILTER_NONE, 0);

Completed in 56 milliseconds