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

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp157 nsXPIDLString osName; local
158 osType->GetDescription(getter_Copies(osName));
159 char *osNameAscii = ToNewCString(osName);
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c938 char *osName; local
945 g_pVBoxFuncs->pfnUtf16ToUtf8(osNameUtf16,&osName);
947 printf("\tGuest OS: %s\n\n", osName);
948 g_pVBoxFuncs->pfnUtf8Free(osName);

Completed in 51 milliseconds