Home
last modified time | relevance | path

Searched defs:fileEmbed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dfilter.go59 type fileEmbed struct { struct
60 pattern string
61 pos token.Position
H A Dembedcfg.go291 func resolveEmbed(embed fileEmbed, root *embedNode) (matchedPaths, matchedFiles []string, err error…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dbuild.go400 type fileEmbed struct { struct
401 pattern string
402 pos token.Position
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/
Dbuild.go1444 type fileEmbed struct { struct
1445 pattern string
1446 pos token.Position