Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c531 #define PUBLIC_FLAG_LEN (8) macro
664 if (0 == strncmp(format, PUBLIC_FLAG, PUBLIC_FLAG_LEN)) { in HiLogSecOutputS()
666 format += PUBLIC_FLAG_LEN; in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl149 #define PUBLIC_FLAG_LEN 8 macro
529 if (strncmp(format, PUBLIC_FLAG, PUBLIC_FLAG_LEN) == 0) {
531 format += PUBLIC_FLAG_LEN;