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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp165 com::Utf8Str strSettings; local
201 if (strSettings.length() == 0)
202 strSettings = ValueUnion.psz;
205 strSettings.append(' ');
206 strSettings.append(ValueUnion.psz);
214 com::Utf8Str strTmp(strSettings);
215 strSettings = "release: ";
216 strSettings.append(strTmp);
219 com::Bstr bstrSettings(strSettings);

Completed in 45 milliseconds