Searched refs:otheros_esp_image (Results 1 – 2 of 2) sorted by relevance
666 std::string otheros_esp_image() const;884 void set_otheros_esp_image(const std::string& otheros_esp_image);
281 std::string CuttlefishConfig::InstanceSpecific::otheros_esp_image() const { in otheros_esp_image() function in cuttlefish::CuttlefishConfig::InstanceSpecific285 const std::string& otheros_esp_image) { in set_otheros_esp_image() argument286 (*Dictionary())[kOtherosEspImage] = otheros_esp_image; in set_otheros_esp_image()