Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp40 static constexpr int EPOCH_WIDTH = 10; variable
108 out << setw(EPOCH_WIDTH) << content.tv_sec; in PrintLogPrefix()