Home
last modified time | relevance | path

Searched refs:TIME_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Ddefine.h40 constexpr uint16_t TIME_BUF_SIZE = 32; variable
Dbase.cpp96 char buffer[TIME_BUF_SIZE]; in GetLogLevelAndTime()
97 (void)strftime(buffer, TIME_BUF_SIZE, "%Y-%m-%d %H:%M:%S", tim); in GetLogLevelAndTime()