Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom.py53 def _doc_path_by_hashfn(spdx_deploy, arch, doc_name, hashfn): argument
55 spdx_deploy / "by-hash" / arch / hashfn.split()[1] / (doc_name + ".spdx.json")
59 def doc_find_by_hashfn(spdx_deploy, search_arches, doc_name, hashfn): argument
61 p = _doc_path_by_hashfn(spdx_deploy, pkgarch, doc_name, hashfn)
67 def doc_path(spdx_deploy, doc_name, arch, subdir): argument
68 return spdx_deploy / arch / subdir / (doc_name + ".spdx.json")