Home
last modified time | relevance | path

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

/system/libvintf/
Dassemble_vintf.cpp95 << gCompatibilityMatrixConverter.lastError() << std::endl; in assembleHalManifest()
129 << gHalManifestConverter.lastError() << std::endl; in assembleCompatibilityMatrix()
165 << gHalManifestConverter.lastError() << std::endl in assemble()
167 << gCompatibilityMatrixConverter.lastError() << std::endl; in assemble()
Dutils.h88 << converter.lastError(); in fetchAllInformation()
Dparse_xml.cpp140 inline const std::string &lastError() const { return mLastError; } in lastError() function
288 mLastError = conv.lastError(); in parseChild()
303 mLastError = conv.lastError(); in parseOptionalChild()
315 + "> in element <" + this->elementName() + ">: " + conv.lastError(); in parseChildren()
/system/libvintf/include/vintf/
Dparse_xml.h30 virtual const std::string &lastError() const = 0;
/system/libvintf/test/
Dmain.cpp776 << gCompatibilityMatrixConverter.lastError(); in TEST_F()
964 << gHalManifestConverter.lastError(); in TEST_F()