Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp56 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