Searched defs:FS (Results 1 – 7 of 7) sorted by relevance
/build/make/tools/compliance/cmd/listshare/ |
D | listshare.go | 131 func listShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
|
/build/make/tools/compliance/ |
D | readgraph.go | 41 var FS globalFS var 87 func ReadLicenseGraph(rootFS fs.FS, stderr io.Writer, files []string) (*LicenseGraph, error) {
|
D | noticeindex.go | 72 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) {
|
/build/make/tools/compliance/cmd/checkshare/ |
D | checkshare.go | 149 func checkShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace.go | 183 func traceRestricted(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
|
/build/make/tools/compliance/cmd/dumpgraph/ |
D | dumpgraph.go | 173 func dumpGraph(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
|
/build/make/tools/compliance/cmd/dumpresolutions/ |
D | dumpresolutions.go | 186 func dumpResolutions(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
|