Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp305 const auto updateFromXmlPerType = [&](const char* filename, const char* configType) -> bool { in __anon129d16f60302() local
324 if (!updateFromXmlPerType(kLatestSystemConfigXmlPath, "latest system")) {
325 isBuildSystemConfig = updateFromXmlPerType(kBuildSystemConfigXmlPath, "build system");
327 if (!updateFromXmlPerType(kLatestVendorConfigXmlPath, "latest vendor")) {
329 if (!updateFromXmlPerType(kBuildVendorConfigXmlPath, "build vendor") &&
336 if (!updateFromXmlPerType(kLatestThirdPartyConfigXmlPath, "latest third-party")) {
337 if (!updateFromXmlPerType(kBuildThirdPartyConfigXmlPath, "build third-party") &&