Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h666 std::string otheros_esp_image() const;
884 void set_otheros_esp_image(const std::string& otheros_esp_image);
Dcuttlefish_config_instance.cpp281 std::string CuttlefishConfig::InstanceSpecific::otheros_esp_image() const { in otheros_esp_image() function in cuttlefish::CuttlefishConfig::InstanceSpecific
285 const std::string& otheros_esp_image) { in set_otheros_esp_image() argument
286 (*Dictionary())[kOtherosEspImage] = otheros_esp_image; in set_otheros_esp_image()