Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dprotoc.go32 type genFileInfo struct { struct
33 base string // The basename of the path
34 path string // The full path to the final file
35 expected bool // Whether the file is expected by the rules
36 created bool // Whether the file was created by protoc
37 from *genFileInfo // The actual file protoc produced if not Path
38 unique bool // True if this base name is unique in expected results
39 ambiguious bool // True if there were more than one possible outputs that matched this file