Home
last modified time | relevance | path

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

/system/core/adb/
Dline_printer.cpp46 LinePrinter::LinePrinter() : have_blank_line_(true) { in LinePrinter() function in LinePrinter
68 void LinePrinter::Print(string to_print, LineType type) { in Print()
125 void LinePrinter::KeepInfoLine() { in KeepInfoLine()
Dline_printer.h23 struct LinePrinter { struct
24 LinePrinter();
Dfile_sync_client.cpp346 line_printer_.Print(s, LinePrinter::INFO); in Printf()
357 line_printer_.Print(s, LinePrinter::ERROR); in Error()
368 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
399 LinePrinter line_printer_;