Home
last modified time | relevance | path

Searched defs:MatchFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/imports/
Dbuild.go272 func MatchFile(name string, tags map[string]bool) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/
Dbuild.go1419 func (ctxt *Context) MatchFile(dir, name string) (match bool, err error) { func