Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc29 constexpr int kEmulatorPort = 5555; in GetGuestPortArg() local
30 return std::string{"--guest_ports="} + std::to_string(kEmulatorPort); in GetGuestPortArg()