Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp699 Command crosvm_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands() local
700 crosvm_log_tee_cmd.AddParameter("--process_name=crosvm"); in StartCommands()
701 crosvm_log_tee_cmd.AddParameter("--log_fd_in=", crosvm_logs); in StartCommands()
702 crosvm_log_tee_cmd.SetStopper(KillSubprocessFallback([](Subprocess* proc) { in StartCommands()
847 commands.emplace_back(std::move(crosvm_log_tee_cmd)); in StartCommands()