HomeSort by relevance Sort by last modified time
    Searched refs:device_title (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.cpp 81 return !config || config->device_title().empty() ? std::string{"localhost"}
82 : config->device_title();
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 233 std::string device_title() const;
cuttlefish_config.cpp 73 const char* kDeviceTitle = "device_title";
599 std::string CuttlefishConfig::device_title() const { function in class:vsoc::CuttlefishConfig
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 168 DEFINE_string(device_title, "", "Human readable name for the instance, "

Completed in 58 milliseconds