Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c479 static const int publicLen = 8; in RemovePrivacyFmt() local
488 if (pos + 1 + publicLen < fmtLen && strncmp(fmtStr + pos + 1, publicStr, publicLen) == 0) { in RemovePrivacyFmt()
489 pos += publicLen; in RemovePrivacyFmt()