Searched refs:RTUuidToStr (Results 1 - 14 of 14) sorted by relevance

/vbox/include/iprt/
H A Duuid.h131 RTDECL(int) RTUuidToStr(PCRTUUID pUuid, char *pszString, size_t cchString);
155 * @note See note in RTUuidToStr.
H A Dmangling.h1881 # define RTUuidToStr RT_MANGLER(RTUuidToStr) macro
/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp82 RTUuidToStr((PCRTUUID)pUuid, (char*)uuid, RTUUID_STR_LENGTH);
/vbox/include/VBox/com/
H A DGuid.h281 ::RTUuidToStr(&mUuid, buf, sizeof(buf));
302 ::RTUuidToStr(&mUuid, buf + 1, sizeof(buf) - 2);
497 ::RTUuidToStr(&mUuid, mszUuid, RTUUID_STR_LENGTH);
/vbox/src/VBox/Runtime/r3/win/
H A Duuid-win.cpp121 RTDECL(int) RTUuidToStr(PCRTUUID pUuid, char *pszString, size_t cchString) function
/vbox/src/VBox/Runtime/testcase/
H A DtstRTUuid.cpp66 RTTestSub(hTest, "RTUuidToStr");
68 rc = RTUuidToStr(&Uuid, sz, sizeof(sz)); CHECK_RC();
184 rc = RTUuidToStr(&Uuid3, sz, sizeof(sz)); CHECK_RC();
H A DtstRTStrFormat.cpp153 RTUuidToStr(&Uuid, szCorrect, sizeof(szCorrect));
526 RTUuidToStr(&Uuid, szCorrect, sizeof(szCorrect));
/vbox/src/VBox/Main/src-client/
H A DNvram.cpp149 int rc2 = RTUuidToStr(pVendorUuid, szUuid, sizeof(szUuid)); AssertRC(rc2);
H A DConsoleImpl2.cpp3787 rc = RTUuidToStr(&UsbMsd.mUuid, aszUuid, sizeof(aszUuid));
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp205 rc = RTUuidToStr(pFileUuid, &szMapPath[cch + 2], sizeof(szMapPath) - cch);
207 return RTMsgErrorRc(rc, "Error constructing UUID map path (RTUuidToStr): %Rrc", rc);
426 rc = RTUuidToStr(&Uuid, szSubDir, sizeof(szSubDir));
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp180 RTDECL(int) RTUuidToStr(PCRTUUID pUuid, char *pszString, size_t cchString) function
247 RT_EXPORT_SYMBOL(RTUuidToStr); variable
308 * Inverse of RTUuidToStr (see above).
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1291 int rc2 = RTUuidToStr(pUuid, szSubDir, sizeof(szSubDir));
1622 int rc = RTUuidToStr(pUuid, pszSubDir + 1, cbSubDir - 1); AssertRCReturn(rc, rc);
1678 RTUuidToStr(pUuid, szCacheSubDir, sizeof(szCacheSubDir));
/vbox/src/VBox/VMM/VMMR3/
H A DPDMUsb.cpp1039 rc = RTUuidToStr(pUuid, &szUuid[0], sizeof(szUuid)); AssertRCBreak(rc);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1430 int rc = RTUuidToStr(&g_InstanceUuid, Pkt.szUuid, sizeof(Pkt.szUuid));
1432 return txsReplyRC(pPktHdr, rc, "RTUuidToStr");

Completed in 129 milliseconds