Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlStreamDocSink.cpp43 xmlChar* dumpedDoc = NULL; in doProcess() local
46 xmlDocDumpFormatMemoryEnc(xmlDocSource.getDoc(), &dumpedDoc, &iSize, "UTF-8", 1); in doProcess()
48 if (!dumpedDoc) { in doProcess()
55 _output << static_cast<unsigned char*>(dumpedDoc); in doProcess()
57 xmlFree(dumpedDoc); in doProcess()