Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Dgcimporter.go76 var pkgExts = [...]string{".a", ".o"} // a file from the build cache will have no extension var
Dgcimporter_test.go76 var pkgExts = [...]string{".a", ".o"} // keep in sync with gcimporter.go var
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Dgcimporter.go72 var pkgExts = [...]string{".a", ".o"} // a file from the build cache will have no extension var