Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp164 const char *pScan = content.log; in LogPrintWithFormat() local
166 if (*pScan != '\0' && *pScan != '\n') { in LogPrintWithFormat()
170 while (*pScan != '\0') { in LogPrintWithFormat()
171 if (*pScan == '\n') { in LogPrintWithFormat()
173 int len = static_cast<int>(pScan - pHead); in LogPrintWithFormat()
182 pHead = pScan + 1; in LogPrintWithFormat()
187 pScan++; in LogPrintWithFormat()