Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c478 static const char *privateStr = "{private}"; in RemovePrivacyFmt() local
490 …} else if (pos + 1 + privateLen < fmtLen && strncmp(fmtStr + pos + 1, privateStr, privateLen) == 0… in RemovePrivacyFmt()