Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp68 int32_t printPos = 0; in PrintLog() local
70 while (printPos < len) { in PrintLog()
71 int32_t printLen = std::min(len - printPos, LONG_LOG_LEN); in PrintLog()
72 …PrintSingleLine(subModuleTag, logContent.BuildWithArgs(logContent.args.substr(printPos, printLen))… in PrintLog()
73 printPos += printLen; in PrintLog()