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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp1154 Utf8Str strOSType; local
1155 rc = getGuestProperty(pGuest, "/VirtualBox/GuestInfo/OS/Product", strOSType);
1158 if ( strOSType.contains("Microsoft", Utf8Str::CaseInsensitive)
1159 || strOSType.contains("Windows", Utf8Str::CaseInsensitive))
1199 strOSType.c_str(), strOSVer.c_str()));
1203 else if (strOSType.contains("Solaris", Utf8Str::CaseInsensitive))
1216 strOSType.c_str()));
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp637 QString strOSType = guest.GetOSTypeId(); local
638 if (strOSType.isEmpty())
639 strOSType = tr("Not Detected", "guest os type");
641 strOSType = vboxGlobal().vmGuestOSTypeDescription(strOSType);
655 << strGAVersion << strOSType << strVRDEInfo;
679 strResult += formatValue(tr("Guest OS Type"), strOSType, iMaxLength);

Completed in 60 milliseconds