Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp118 if (FindSubStrCount(log, PRIVATE_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
119 return PRIVATE_FMT_LABEL; in GetFmtLabel()
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h28 const std::string PRIVATE_FMT_LABEL = "%{private}s"; variable
104 } else if (fmtlabel == PRIVATE_FMT_LABEL) { \