Home
last modified time | relevance | path

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

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