Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp284 cuttlefish::Command console_cmd(config_->console_forwarder_binary()); in StartCommands() local
285 console_cmd.AddParameter("--console_in_fd=", console_in_wr); in StartCommands()
286 console_cmd.AddParameter("--console_out_fd=", console_out_rd); in StartCommands()
338 ret.push_back(std::move(console_cmd)); in StartCommands()