Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp46 auto xmlValue = make_xmlUnique(xmlGetProp(cur, reinterpret_cast<const xmlChar*>(attribute))); in getXmlAttribute() local
47 if (xmlValue == nullptr) { in getXmlAttribute()
50 std::string value(reinterpret_cast<const char*>(xmlValue.get())); in getXmlAttribute()