Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dreadgraph.go41 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
Dnoticeindex.go51 rootFS fs.FS
72 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) { argument
/build/make/tools/compliance/cmd/shippedlibs/
Dshippedlibs.go39 rootFS fs.FS
117 ctx := &context{ofile, os.Stderr, compliance.FS}
/build/make/tools/compliance/cmd/bom/
Dbom.go39 rootFS fs.FS
141 ctx := &context{ofile, os.Stderr, compliance.FS, *stripPrefix}
/build/make/tools/compliance/cmd/listshare/
Dlistshare.go112 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/
Dcheckshare.go128 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/
Dtextnotice.go42 rootFS fs.FS
162 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice.go43 rootFS fs.FS
164 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go164 _, 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/
Ddumpgraph.go154 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/
Ddumpresolutions.go167 _, 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/
Dhtmlnotice.go43 rootFS fs.FS
166 …ctx := &context{ofile, os.Stderr, compliance.FS, *includeTOC, *product, *stripPrefix, *title, &dep…
/build/make/tools/fs_config/
DREADME.md1 # FS Config Generator
/build/soong/mk2rbc/
Dmk2rbc.go161 SourceFS fs.FS
432 sourceFS fs.FS