Searched refs:console_path_ (Results 1 – 1 of 1) sorted by relevance
57 : console_path_(console_path), in ConsoleForwarder()72 auto ret = unlink(console_path_.c_str()); in OpenPTY()74 << "Failed to unlink " << console_path_ << ": " << strerror(errno); in OpenPTY()89 CHECK(symlink(pty_dev_name, console_path_.c_str()) >= 0) in OpenPTY()91 << console_path_ << ": " << strerror(errno); in OpenPTY()200 std::string console_path_; member in cuttlefish::ConsoleForwarder