Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_print.cpp152 const char *pScan = content.log; in LogPrintWithFormat() local
154 while (*pScan != '\0') { in LogPrintWithFormat()
155 if (*pScan == '\n') { in LogPrintWithFormat()
157 int len = static_cast<int>(pScan - pHead); in LogPrintWithFormat()
167 pHead = pScan + 1; in LogPrintWithFormat()
169 pScan++; in LogPrintWithFormat()