Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp858 Command gpu_capture_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands() local
859 gpu_capture_log_tee_cmd.AddParameter("--process_name=", in StartCommands()
861 gpu_capture_log_tee_cmd.AddParameter("--log_fd_in=", gpu_capture_logs); in StartCommands()
893 commands.emplace_back(std::move(gpu_capture_log_tee_cmd)); in StartCommands()