Searched refs:updateFromXml (Results 1 – 2 of 2) sorted by relevance
236 android::base::Result<void> updateFromXml(const char* filename);
306 if (const auto result = this->updateFromXml(filename); !result.ok()) { in __anon5176544f0302()417 Result<void> IoOveruseConfigs::updateFromXml(const char* filename) { in updateFromXml() function in android::automotive::watchdog::IoOveruseConfigs