/build/make/tools/compliance/ |
D | readgraph.go | 41 var FS globalFS var 44 func GetFS(outDir string) fs.FS { 69 rootFS fs.FS 87 func ReadLicenseGraph(rootFS fs.FS, stderr io.Writer, files []string) (*LicenseGraph, error) { argument
|
D | noticeindex.go | 51 rootFS fs.FS 72 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) { argument
|
/build/make/tools/compliance/cmd/shippedlibs/ |
D | shippedlibs.go | 39 rootFS fs.FS 117 ctx := &context{ofile, os.Stderr, compliance.FS}
|
/build/make/tools/compliance/cmd/bom/ |
D | bom.go | 39 rootFS fs.FS 141 ctx := &context{ofile, os.Stderr, compliance.FS, *stripPrefix}
|
/build/make/tools/compliance/cmd/listshare/ |
D | listshare.go | 112 err := listShare(ofile, os.Stderr, compliance.FS, flags.Args()...) 131 func listShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error { argument
|
/build/make/tools/compliance/cmd/checkshare/ |
D | checkshare.go | 128 err := checkShare(ofile, os.Stderr, compliance.FS, flags.Args()...) 149 func checkShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error { argument
|
/build/make/tools/compliance/cmd/textnotice/ |
D | textnotice.go | 42 rootFS fs.FS 162 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
|
/build/make/tools/compliance/cmd/xmlnotice/ |
D | xmlnotice.go | 43 rootFS fs.FS 164 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace.go | 164 _, err := traceRestricted(ctx, ofile, os.Stderr, compliance.FS, flags.Args()...) 183 func traceRestricted(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl… argument
|
/build/make/tools/compliance/cmd/dumpgraph/ |
D | dumpgraph.go | 154 err := dumpGraph(ctx, ofile, os.Stderr, compliance.FS, flags.Args()...) 173 func dumpGraph(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) error { argument
|
/build/make/tools/compliance/cmd/dumpresolutions/ |
D | dumpresolutions.go | 167 _, err := dumpResolutions(ctx, ofile, os.Stderr, compliance.FS, flags.Args()...) 186 func dumpResolutions(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl… argument
|
/build/make/tools/compliance/cmd/htmlnotice/ |
D | htmlnotice.go | 43 rootFS fs.FS 166 …ctx := &context{ofile, os.Stderr, compliance.FS, *includeTOC, *product, *stripPrefix, *title, &dep…
|
/build/make/tools/fs_config/ |
D | README.md | 1 # FS Config Generator
|
/build/soong/mk2rbc/ |
D | mk2rbc.go | 161 SourceFS fs.FS 432 sourceFS fs.FS
|