Searched refs:crosvm_log_tee_cmd (Results 1 – 1 of 1) sorted by relevance
699 Command crosvm_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands() local700 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()