Searched refs:changelogFilePath (Results 1 – 2 of 2) sorted by relevance
178 … std::string changelogFilePath = Firmware::CHANGELOG_PATH + "/" + component.componentId + ".xml"; in GetNewVersionDescription() local179 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 + … in GetCurrentVersionDescription() local228 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()
145 std::string changelogFilePath = Firmware::CHANGELOG_PATH + "/" + componentId + ".xml"; in AnalyzeComponents() local146 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()