Searched refs:timeStr (Results 1 – 2 of 2) sorted by relevance
/external/srec/portable/src/ |
D | plog.c | 314 LCHAR timeStr[TIME_BUF_SIZE]; in logIt() local 319 timeStrSize = LSTRFTIME(timeStr, TIME_BUF_SIZE, TIME_FORMAT, loctime); in logIt() 321 psprintf(timeStr + (TIME_BUF_SIZE - 5), ".%03hu", now.msecs); in logIt() 323 psprintf(buffer + LSTRLEN(buffer), L("%s|"), timeStr); in logIt()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 160 LCHAR timeStr[TIMESTAMP_LENGTH]; in SR_EventLogCreate() local 236 sprintf(timeStr, "%lu", (unsigned long) dir_stamp.tv_sec ); in SR_EventLogCreate() 240 sprintf(timeStr, "%04d%02d%02d%02d%02d%02d", in SR_EventLogCreate() 254 LSTRCAT(impl->logFilename, timeStr); in SR_EventLogCreate() 269 LSTRCAT(impl->logFilename, timeStr); in SR_EventLogCreate()
|