Searched refs:console_path_ (Results 1 – 1 of 1) sorted by relevance
56 console_path_(console_path), in ConsoleForwarder()71 auto ret = unlink(console_path_.c_str()); in OpenPTY()73 LOG(ERROR) << "Failed to unlink " << console_path_.c_str() in OpenPTY()105 if (symlink(pty_dev_name, console_path_.c_str()) < 0) { in OpenPTY()107 << console_path_.c_str() << ": " << strerror(errno); in OpenPTY()213 std::string console_path_; member in ConsoleForwarder