Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c480 static const int privateLen = 9; in RemovePrivacyFmt() local
490 …} else if (pos + 1 + privateLen < fmtLen && strncmp(fmtStr + pos + 1, privateStr, privateLen) == 0… in RemovePrivacyFmt()
491 pos += privateLen; in RemovePrivacyFmt()