Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp115 if (FindSubStrCount(log, DEFAULT_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
116 return DEFAULT_FMT_LABEL; in GetFmtLabel()
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h27 const std::string DEFAULT_FMT_LABEL = "%s"; variable