Searched refs:SPDXID (Results 1 – 2 of 2) sorted by relevance
218 SPDXID = _String() variable in SPDXPackage238 SPDXID = _String() variable in SPDXFile270 SPDXID = _String(default="SPDXRef-DOCUMENT") variable in SPDXDocument309 from_spdxid = _from.SPDXID314 to_spdxid = _to.SPDXID334 if o.SPDXID == spdxid:
220 spdx_file.SPDXID = get_spdxid(file_counter)257 spdx_pkg.hasFiles.append(spdx_file.SPDXID)325 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)370 "%s:%s" % (dep_recipe_ref.externalDocumentId, spdx_dep_recipe.SPDXID),392 if spdx_file.SPDXID not in recipe_files:451 recipe.SPDXID = oe.sbom.get_recipe_spdxid(d)559 spdx_package.SPDXID = oe.sbom.get_package_spdxid(pkg_name)567 …ationship(spdx_package, "GENERATED_FROM", "%s:%s" % (recipe_ref.externalDocumentId, recipe.SPDXID))699 runtime_doc.SPDXID,701 "%s:%s" % (package_ref.externalDocumentId, package_doc.SPDXID)[all …]