Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp140 serializingContext.appendLineToError("Root Element " + getRootElementName() + in populate()
154 serializingContext.appendLineToError( in populate()
248 serializingContext.appendLineToError(errorMsg); in mkXmlDoc()
254 serializingContext.appendLineToError("libxml failed to resolve XIncludes"); in mkXmlDoc()
DXmlSerializingContext.h56 void appendLineToError(const std::string &strAppend);
DXmlSerializingContext.cpp47 void CXmlSerializingContext::appendLineToError(const std::string &strAppend) in appendLineToError() function in CXmlSerializingContext