Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp85 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str()); in getAttribute() local
86 if (pucXmlValue == nullptr) { in getAttribute()
91 value = (const char *)pucXmlValue; in getAttribute()
93 xmlFree(pucXmlValue); in getAttribute()