Searched refs:console_ (Results 1 – 4 of 4) sorted by relevance
56 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()
46 void* console_; member
368 console_ = args.size() > 1 ? "/dev/" + args[1] : ""; in ParseConsole()614 if (console_.empty()) { in Start()615 console_ = default_console; in Start()620 int console_fd = open(console_.c_str(), O_RDWR | O_CLOEXEC); in Start()622 PLOG(ERROR) << "service '" << name_ << "' couldn't open console '" << console_ << "'"; in Start()858 int fd = open(console_.c_str(), O_RDWR); in OpenConsole()
148 std::string console_; variable