Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopenwrt_control_server.cpp48 Command openwrt_control_server_cmd(OpenwrtControlServerBinary()); in Commands() local
49 openwrt_control_server_cmd.AddParameter( in Commands()
51 openwrt_control_server_cmd.AddParameter( in Commands()
54 openwrt_control_server_cmd.AddParameter("--webrtc_device_id=", in Commands()
56 openwrt_control_server_cmd.AddParameter("--launcher_log_path=", in Commands()
58 openwrt_control_server_cmd.AddParameter( in Commands()
63 commands.emplace_back(std::move(openwrt_control_server_cmd)); in Commands()