Searched refs:RTDIRFILTER_NONE (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Runtime/r3/ |
H A D | dir.cpp | 600 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 D | dir.h | 216 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 D | scm.cpp | 1270 rc = RTDirOpenFiltered(&pDir, pszBuf, RTDIRFILTER_NONE, 0);
|
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | vbsf.cpp | 1145 rc = RTDirOpenFiltered(&pHandle->dir.Handle, pszPath, RTDIRFILTER_NONE, 0);
|
Completed in 56 milliseconds