Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.cpp81 return !config || config->device_title().empty() ? std::string{"localhost"} in HostName()
82 : config->device_title(); in HostName()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h233 std::string device_title() const;
Dcuttlefish_config.cpp599 std::string CuttlefishConfig::device_title() const { in device_title() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc168 DEFINE_string(device_title, "", "Human readable name for the instance, "