Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp107 auto launcher_action_with_info_result = ReadLauncherActionFromFd(client); in Run() local
108 if (!launcher_action_with_info_result.ok()) { in Run()
110 << launcher_action_with_info_result.error().FormatForEnv(); in Run()
113 auto launcher_action = std::move(*launcher_action_with_info_result); in Run()