Searched refs:printPos (Results 1 – 1 of 1) sorted by relevance
68 int32_t printPos = 0; in PrintLog() local70 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()