Home
last modified time | relevance | path

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

/system/core/adb/
Dline_printer.cpp56 console_ = GetStdHandle(STD_OUTPUT_HANDLE); in LinePrinter()
58 smart_terminal_ = GetConsoleScreenBufferInfo(console_, &csbi); in LinePrinter()
82 GetConsoleScreenBufferInfo(console_, &csbi); in Print()
104 WriteConsoleOutput(console_, &char_data[0], buf_size, zero_zero, &target); in Print()
Dline_printer.h46 void* console_; member