Lines Matching refs:manifestPath
87 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()
141 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); 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()
177 Version::getRepeatedValues(manifestPath.string(), "CompatibleName"); in processImage()