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

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp354 Utf8Str strGroups; local
358 strGroups.append(",");
359 strGroups.append(Utf8Str(groups[i]));
367 int rc2 = groupAdd(m.groups, strGroups.c_str(), 0 /* Flags */);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1696 QString strGroups = groupList.join(", "); local
1698 strGroups.toAscii().constData()));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp2325 RTCString strGroups; local
2370 if (strGroups.isNotEmpty())
2371 strGroups.append(' ');
2372 strGroups.append(ValueUnion.psz);

Completed in 68 milliseconds