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

/vbox/src/VBox/Runtime/r3/win/
H A Duuid-win.cpp81 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2) argument
85 AssertPtrReturn(pszString2, 1);
91 int rc = RTUuidFromStr(&Uuid2, pszString2);
98 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) argument
106 AssertPtrReturn(pszString2, 1);
114 rc = RTUuidFromStr(&Uuid2, pszString2);
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp136 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2) argument
143 AssertPtrReturn(pszString2, 1);
148 rc = RTUuidFromStr(&Uuid2, pszString2);
156 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) argument
164 AssertPtrReturn(pszString2, 1);
172 rc = RTUuidFromStr(&Uuid2, pszString2);

Completed in 42 milliseconds