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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp1147 Utf8Str strOSVer; local
1166 rc = getGuestProperty(pGuest, "/VirtualBox/GuestInfo/OS/Release", strOSVer);
1178 && RTStrVersionCompare(strOSVer.c_str(), "5.0") >= 0)
1180 if ( strOSVer.startsWith("5.0") /* Exclude the build number. */
1181 || strOSVer.startsWith("5.1") /* Exclude the build number. */)
1199 strOSType.c_str(), strOSVer.c_str()));
1321 if (RTStrVersionCompare(strOSVer.c_str(), "5.0") >= 0)

Completed in 47 milliseconds