Home
last modified time | relevance | path

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

/system/core/adb/
Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enum
33 void Print(std::string to_print, LineType type);
Dline_printer.cpp68 void LinePrinter::Print(string to_print, LineType type) { in Print()