Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dscan.go92 type rawPackage struct { struct
93 error string
94 dir string // directory containing package sources, relative to the module root
97 sourceFiles []*rawFile
Dwrite.go18 func encodeModuleBytes(packages []*rawPackage) []byte {
42 func encodePackageBytes(p *rawPackage) []byte {
46 func encodePackage(e *encoder, p *rawPackage) {