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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1158 char szOSRelease[128]; local
1159 int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szOSRelease, sizeof(szOSRelease) - 32);
1174 char *psz = strchr(szOSRelease, '\0');
1175 RTStrPrintf(psz, &szOSRelease[sizeof(szOSRelease)] - psz, "sp%s", szOSServicePack);
1178 aVersion = szOSRelease;

Completed in 85 milliseconds