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

/vbox/src/bldprogs/
H A Dscm.cpp266 static int scmSettingsBaseInitAndCopy(PSCMSETTINGSBASE pSettings, PCSCMSETTINGSBASE pSrc) function
299 return scmSettingsBaseInitAndCopy(pSettings, &g_Defaults);
568 int rc = scmSettingsBaseInitAndCopy(&pSettings->Base, pSettingsBase);
913 int rc = scmSettingsBaseInitAndCopy(pBase, &pSettingsStack->Base);

Completed in 46 milliseconds