Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DOveruseConfigurationXmlHelper.cpp771 if (const auto xmlError = xmlDoc.SaveFile(filePath); xmlError != XML_SUCCESS) { in writeXmlFile() local
773 << "': " << XMLDocument::ErrorIDToName(xmlError); in writeXmlFile()