Home
last modified time | relevance | path

Searched refs:changelogFilePath (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_check_analyze_utils.cpp145 std::string changelogFilePath = Firmware::CHANGELOG_PATH + "/" + componentId + ".xml"; in AnalyzeComponents() local
146 FIRMWARE_LOGI("changelog file %{public}s", changelogFilePath.c_str()); in AnalyzeComponents()
148 if (!FileUtils::SaveDataToFile(changelogFilePath, data)) { in AnalyzeComponents()
149 FIRMWARE_LOGE("write data to description file error, %{public}s", changelogFilePath.c_str()); in AnalyzeComponents()
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp178 std::string changelogFilePath = Firmware::CHANGELOG_PATH + "/" + component.componentId + ".xml"; in GetNewVersionDescription() local
179 if (!FileUtils::IsFileExist(changelogFilePath)) { in GetNewVersionDescription()
180 FIRMWARE_LOGE("changelog file [%{public}s] is not exist!", changelogFilePath.c_str()); in GetNewVersionDescription()
184 std::string dataXml = FileUtils::ReadDataFromFile(changelogFilePath); in GetNewVersionDescription()
227 std::string changelogFilePath = Firmware::CHANGELOG_PATH + "/" + descriptionContent.componentId + ".xml"; in GetCurrentVersionDescription() local
228 if (!FileUtils::IsFileExist(changelogFilePath)) { in GetCurrentVersionDescription()
229 FIRMWARE_LOGE("current changelog file [%{public}s] is not exist!", changelogFilePath.c_str()); in GetCurrentVersionDescription()
233 std::string dataXml = FileUtils::ReadDataFromFile(changelogFilePath); in GetCurrentVersionDescription()

Completed in 2 milliseconds