Home
last modified time | relevance | path

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

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