Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c477 static const char *publicStr = "{public}"; in RemovePrivacyFmt() local
488 if (pos + 1 + publicLen < fmtLen && strncmp(fmtStr + pos + 1, publicStr, publicLen) == 0) { in RemovePrivacyFmt()