Searched refs:pszFilterOutDirs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A Dscm.h164 char *pszFilterOutDirs; member in struct:SCMSETTINGSBASE
H A Dscm.cpp134 /* .pszFilterOutDirs = */ (char *)".svn|.hg|.git|CVS",
276 rc = RTStrDupEx(&pSettings->pszFilterOutDirs, pSrc->pszFilterOutDirs);
287 pSettings->pszFilterOutDirs = NULL;
320 RTStrFree(pSettings->pszFilterOutDirs);
321 pSettings->pszFilterOutDirs = NULL;
436 case SCMOPT_FILTER_OUT_DIRS: ppsz = &pSettings->pszFilterOutDirs; break;
1324 if ( !pSettingsStack->Base.pszFilterOutDirs
1325 || !*pSettingsStack->Base.pszFilterOutDirs
1326 || ( !RTStrSimplePatternMultiMatch(pSettingsStack->Base.pszFilterOutDirs, RTSTR_MA
[all...]

Completed in 201 milliseconds