Home
last modified time | relevance | path

Searched defs:printLine (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/libutils/
H A DPrinter.cpp75 void LogPrinter::printLine(const char* string) { in printLine() function in android::LogPrinter
109 void FdPrinter::printLine(const char* string) { in printLine() function in android::FdPrinter
135 void String8Printer::printLine(const char* string) { in printLine() function in android::String8Printer
156 void PrefixPrinter::printLine(const char* string) { in printLine() function in android::PrefixPrinter
/aosp12/system/iorap/src/common/
H A Dprinter.h42 virtual void printLine(const char* string) override { in printLine() function