Searched defs:console_path (Results 1 – 3 of 3) sorted by relevance
54 ConsoleForwarder(std::string console_path, SharedFD console_in, in ConsoleForwarder()234 auto console_path = instance.console_path(); in ConsoleForwarderMain() local
168 let console_path = Path::new(logs_dir).join(GUEST_CONSOLE); in configure_serial_devices() localVariable
1338 std::string CuttlefishConfig::InstanceSpecific::console_path() const { in console_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific