/prebuilts/go/darwin-x86/src/ |
run.bash | 24 export GOHOSTOS
|
iostest.bash | 63 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \ 69 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
|
androidtest.bash | 46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
|
/prebuilts/go/linux-x86/src/ |
run.bash | 24 export GOHOSTOS
|
iostest.bash | 63 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \ 69 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
|
androidtest.bash | 46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
buildtool.go | 157 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty, 160 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH, 173 os.Setenv("GOHOSTOS", "")
|
build.go | 29 gohostos string 119 b = gohostos 202 os.Setenv("GOHOSTOS", gohostos) 223 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch) 239 // $CC_FOR_TARGET, if set, applies to all goos/goarch except gohostos/gohostarch, 241 // If gohostos=goos and gohostarch=goarch, then $CC_FOR_TARGET applies even for gohostos/gohostarch. 250 if gohostos != goos || gohostarch != goarch { 251 m[gohostos+"/"+gohostarch] = m["" 28 gohostos string var [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
buildtool.go | 157 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty, 160 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH, 173 os.Setenv("GOHOSTOS", "")
|
build.go | 29 gohostos string 119 b = gohostos 202 os.Setenv("GOHOSTOS", gohostos) 223 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch) 239 // $CC_FOR_TARGET, if set, applies to all goos/goarch except gohostos/gohostarch, 241 // If gohostos=goos and gohostarch=goarch, then $CC_FOR_TARGET applies even for gohostos/gohostarch. 250 if gohostos != goos || gohostarch != goarch { 251 m[gohostos+"/"+gohostarch] = m["" 28 gohostos string var [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/internal/envcmd/ |
env.go | 56 {Name: "GOHOSTOS", Value: runtime.GOOS},
|
/prebuilts/go/linux-x86/src/cmd/go/internal/envcmd/ |
env.go | 56 {Name: "GOHOSTOS", Value: runtime.GOOS},
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 135 // The whole GOROOT/pkg tree was installed using the GOHOSTOS/GOHOSTARCH 146 hostGOOS := goEnv("GOHOSTOS") 150 fmt.Printf("cmd/go test is not compatible with GOOS/GOARCH != GOHOSTOS/GOHOSTARCH (%s/%s != %s/%s)\n", runtime.GOOS, runtime.GOARCH, hostGOOS, hostGOARCH) [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 135 // The whole GOROOT/pkg tree was installed using the GOHOSTOS/GOHOSTARCH 146 hostGOOS := goEnv("GOHOSTOS") 150 fmt.Printf("cmd/go test is not compatible with GOOS/GOARCH != GOHOSTOS/GOHOSTARCH (%s/%s != %s/%s)\n", runtime.GOOS, runtime.GOARCH, hostGOOS, hostGOARCH) [all...] |