Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Ddefine.h51 constexpr uint16_t TIME_BUF_SIZE = 32; member
H A Dbase.cpp141 char buffer[TIME_BUF_SIZE]; in GetLogLevelAndTime()
142 (void)strftime(buffer, TIME_BUF_SIZE, "%Y-%m-%d %H:%M:%S", tim); in GetLogLevelAndTime()
195 char buffer[TIME_BUF_SIZE] = {0}; in GetTimeString()
196 if (strftime(buffer, TIME_BUF_SIZE, "%Y%m%d-%H%M%S", timeTm) > 0) { in GetTimeString()

Completed in 6 milliseconds