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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp741 char *pszTimestamp = pchNext = RTStrEnd(pchNext, pchEnd - pchNext) + 1; local
758 int rc = RTStrToUInt64Full(pszTimestamp, 0, &u64Timestamp);
767 AssertMsgReturn(!*pszValue && !*pszTimestamp && !*pszFlags,
768 ("'%s' '%s' '%s'\n", pszValue, pszTimestamp, pszFlags),

Completed in 36 milliseconds