Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dupdate_manager.cpp87 fs::path manifestPath = tmpDirPath; in processImage() local
88 manifestPath /= MANIFEST_FILE_NAME; in processImage()
91 auto version = Version::getValue(manifestPath.string(), "version"); in processImage()
97 ManifestFail::PATH(manifestPath.string().c_str())); in processImage()
117 Version::getValue(manifestPath.string(), "MachineName"); in processImage()
128 ImageFail::PATH(manifestPath.string().c_str())); in processImage()
137 ImageFail::PATH(manifestPath.string().c_str())); in processImage()
147 ManifestFail::PATH(manifestPath.string().c_str())); in processImage()
167 ImageFail::PATH(manifestPath.string().c_str())); in processImage()
173 Version::getValue(manifestPath.string(), "ExtendedVersion"); in processImage()
[all …]
H A Dimage_manager.cpp107 fs::path manifestPath = tmpDirPath; in processImage() local
108 manifestPath /= MANIFEST_FILE_NAME; in processImage()
119 if (!fs::is_regular_file(manifestPath, ec)) in processImage()
128 auto version = Version::getValue(manifestPath.string(), "version"); in processImage()
151 Version::getValue(manifestPath.string(), "MachineName"); in processImage()
161 ImageFail::PATH(manifestPath.string().c_str())); in processImage()
170 ImageFail::PATH(manifestPath.string().c_str())); in processImage()
174 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); in processImage()
197 Version::getValue(manifestPath.string(), "ExtendedVersion"); in processImage()
201 Version::getRepeatedValues(manifestPath.string(), "CompatibleName"); in processImage()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.cpp104 fs::path manifestPath(filePath); in createActivation() local
105 manifestPath /= MANIFEST_FILE; in createActivation()
108 manifestPath.string(), in createActivation()
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp112 fs::path manifestPath(filePath); in createActivation() local
113 manifestPath /= MANIFEST_FILE; in createActivation()
115 Version::getValue(manifestPath, {MANIFEST_EXTENDED_VERSION}); in createActivation()