Home
last modified time | relevance | path

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

/system/core/base/
Dlogging_splitters.h133 static std::pair<int, int> CountSizeAndNewLines(const char* message) { in CountSizeAndNewLines() function
167 auto [size, new_lines] = CountSizeAndNewLines(message); in StderrOutputGenerator()