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

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp141 RTTIMESPEC timeSpec; local
143 RTTimeSpecToString(RTTimeNow(&timeSpec), szTmp, sizeof(szTmp));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp188 RTTIMESPEC timeSpec; local
190 RTPrintf("Host time: %s\n", RTTimeSpecToString(RTTimeSpecSetMilli(&timeSpec, u64UtcTime), szTime, sizeof(szTime)));
H A DVBoxManageInfo.cpp753 RTTIMESPEC timeSpec; local
754 RTTimeSpecSetMilli(&timeSpec, stateSince);
756 RTTimeSpecToString(&timeSpec, pszTime, sizeof(pszTime));

Completed in 63 milliseconds