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

/vbox/src/bldprogs/
H A Dscm.cpp242 static SCMCFGENTRY const g_aConfigs[] = variable
1034 for (size_t iCfg = 0; iCfg < RT_ELEMENTS(g_aConfigs); iCfg++)
1035 if (RTStrSimplePatternMultiMatch(g_aConfigs[iCfg].pszFilePattern, RTSTR_MAX, pszBasename, cchBasename, NULL))
1037 pCfg = &g_aConfigs[iCfg];

Completed in 45 milliseconds