Lines Matching defs:timestamp
89 static char timestamp[TIME_STAMP_SIZE] = { '\0' };
90 if (!GetMicrosecondsTimeStamp(timestamp, TIME_STAMP_SIZE)) {
96 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) {
115 static char timestamp[TIME_STAMP_SIZE] = { '\0' };
116 if (!GetMicrosecondsTimeStamp(timestamp, TIME_STAMP_SIZE)) {
121 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) {
225 virtual bool GetMicrosecondsTimeStamp(char *timestamp, size_t length) const
235 size_t result = strftime(timestamp, length, "%Y-%m-%d %H:%M:%S", local_time);
265 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp,
274 if (strcat_s(runtimeInfoPart, NAME_MAX, timestamp) != 0) {