Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dnoticeindex.go37 type NoticeIndex struct { struct
68 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) {
72 ni := &NoticeIndex{
201 func (ni *NoticeIndex) Hashes() chan hash { argument
233 func (ni *NoticeIndex) InputFiles() []string { argument
246 func (ni *NoticeIndex) HashLibs(h hash) []string { argument
257 func (ni *NoticeIndex) HashLibInstalls(h hash, libName string) []string { argument
267 func (ni *NoticeIndex) InstallPaths() chan string { argument
284 func (ni *NoticeIndex) InstallHashes(installPath string) []hash { argument
297 func (ni *NoticeIndex) InstallHashLibs(installPath string, h hash) []string { argument
[all …]
DREADME.md89 ### NoticeIndex.IndexLicenseTexts