Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dline_printer.cpp70 void LinePrinter::Print(string to_print, LineType type) { in Print() argument
73 info_line_ = to_print + "\n"; in Print()
75 Out(to_print + "\n"); in Print()
90 to_print = ElideMiddle(to_print, static_cast<size_t>(csbi.dwSize.X)); in Print()
93 (void)android::base::UTF8ToWide(to_print, &to_print_wide); in Print()
115 to_print = ElideMiddle(to_print, size.ws_col); in Print()
117 Out(to_print); in Print()
124 Out(to_print); in Print()
Dline_printer.h33 void Print(std::string to_print, LineType type);