Searched refs:TIME_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
40 constexpr uint16_t TIME_BUF_SIZE = 32; variable
96 char buffer[TIME_BUF_SIZE]; in GetLogLevelAndTime()97 (void)strftime(buffer, TIME_BUF_SIZE, "%Y-%m-%d %H:%M:%S", tim); in GetLogLevelAndTime()