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

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp832 char szTimestamp[256]; local
833 size_t const cbTimestamp = RTStrFormatNumber(szTimestamp, pProp->mTimestamp, 10, 0, 0, 0) + 1;
865 memcpy(pchCur, szTimestamp, cbTimestamp);

Completed in 47 milliseconds