Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp85 static std::pair<int, int> CountSizeAndNewLines(const char* message) { in CountSizeAndNewLines() function
135 auto [size, new_lines] = CountSizeAndNewLines(message); in StderrOutputGenerator()