Home
last modified time | relevance | path

Searched defs:FS (Results 1 – 9 of 9) sorted by relevance

/build/make/tools/compliance/cmd/checkmetadata/
Dcheckmetadata.go133 func checkProjectMetadata(stdout, stderr io.Writer, rootFS fs.FS, projects ...string) error {
/build/make/tools/compliance/cmd/listshare/
Dlistshare.go131 func listShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/make/tools/compliance/
Dreadgraph.go48 var FS globalFS var
94 func ReadLicenseGraph(rootFS fs.FS, stderr io.Writer, files []string) (*LicenseGraph, error) {
Dnoticeindex.go68 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) {
/build/make/tools/compliance/cmd/checkshare/
Dcheckshare.go149 func checkShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go183 func traceRestricted(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
/build/make/tools/compliance/cmd/dumpgraph/
Ddumpgraph.go173 func dumpGraph(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions.go186 func dumpResolutions(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
/build/make/tools/compliance/projectmetadata/
Dprojectmetadata.go156 func NewIndex(rootFS fs.FS) *Index {