Searched refs:RTStrVersionCompare (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrVersion.cpp44 RTTestSub(hTest, "RTStrVersionCompare");
117 int iResult = RTStrVersionCompare(aTests[iTest].pszVer1, aTests[iTest].pszVer2);
122 iResult = -RTStrVersionCompare(aTests[iTest].pszVer2, aTests[iTest].pszVer1);
/vbox/src/VBox/Runtime/common/string/
H A Dstrversion.cpp175 RTDECL(int) RTStrVersionCompare(const char *pszVer1, const char *pszVer2) function
225 RT_EXPORT_SYMBOL(RTStrVersionCompare);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibHostVersion.cpp141 if (RTStrVersionCompare(*ppszHostVersion, *ppszGuestVersion) > 0) /* Is host version greater than guest add version? */
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp1138 && RTStrVersionCompare(strAddsVer.c_str(), "4.1") < 0)
1178 && RTStrVersionCompare(strOSVer.c_str(), "5.0") >= 0)
1260 && RTStrVersionCompare(strAddsVer.c_str(), "4.2r80329") > 0)
1321 if (RTStrVersionCompare(strOSVer.c_str(), "5.0") >= 0)
H A DConsoleImpl2.cpp4040 || (RTStrVersionCompare(szOsRelease, "2.6.36-rc4") < 0);
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp357 Note! Use RTStrVersionCompare for the comparison here as it takes
361 || RTStrVersionCompare(abExtPackVersion.constData(), abVBoxVersion.constData()) >= 0)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp152 if (RTStrVersionCompare(szOSVersion, "5.1") >= 0)
/vbox/src/bldprogs/
H A Dscmsubversion.cpp590 if (RTStrVersionCompare(pszVersion, "1.7") >= 0)
592 else if (RTStrVersionCompare(pszVersion, "1.6") >= 0)
/vbox/include/iprt/
H A Dstring.h2600 RTDECL(int) RTStrVersionCompare(const char *pszVer1, const char *pszVer2);
H A Dmangling.h1564 # define RTStrVersionCompare RT_MANGLER(RTStrVersionCompare) macro
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp2284 int iVerCmp = RTStrVersionCompare(ba1.constData(), ba2.constData());

Completed in 1961 milliseconds