HomeSort by relevance Sort by last modified time
    Searched refs:GOHOSTOS (Results 1 - 21 of 21) sorted by null

  /prebuilts/go/darwin-x86/src/
run.bash 16 export GOHOSTOS
iostest.bash 59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
make.bash 165 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
166 echo "##### Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
169 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
make.rc 81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
82 echo '##### Building packages and commands for host,' $GOHOSTOS/$GOHOSTARCH^.
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
androidtest.bash 46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
make.bat 93 if not %GOHOSTOS% == %GOOS% goto localbuild
97 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
101 set GOOS=%GOHOSTOS%
  /prebuilts/go/linux-x86/src/
run.bash 16 export GOHOSTOS
iostest.bash 59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
make.bash 165 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
166 echo "##### Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
169 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
make.rc 81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
82 echo '##### Building packages and commands for host,' $GOHOSTOS/$GOHOSTARCH^.
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
androidtest.bash 46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
make.bat 93 if not %GOHOSTOS% == %GOOS% goto localbuild
97 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
101 set GOOS=%GOHOSTOS%
  /build/blueprint/
bootstrap.bash 63 [ -z "$GOOS" ] && GOOS=`go env GOHOSTOS`
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 121 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty,
124 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH,
137 os.Setenv("GOHOSTOS", "")
build.go 27 gohostos string
118 b = gohostos
225 os.Setenv("GOHOSTOS", gohostos)
237 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch)
399 p := pathf("%s/pkg/%s_%s", goroot, gohostos, gohostarch)
405 if goos != gohostos || goarch != gohostarch {
421 p = pathf("%s/pkg/obj/%s_%s", goroot, gohostos, gohostarch)
525 if goos != gohostos || goarch != gohostarch {
680 if goos != gohostos || goarch != gohostarch
26 gohostos string var
    [all...]
test.go 63 gohostos string
102 t.gohostos = mustEnv("GOHOSTOS")
567 if t.gohostos == "linux" && t.goarch == "amd64" {
573 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" {
576 if t.gohostos == "linux" && t.extLink() {
700 pair := t.gohostos + "-" + t.goarch
725 if t.gohostos == "dragonfly" {
810 env := mergeEnvLists([]string{"GOARCH=" + t.gohostarch, "GOOS=" + t.gohostos}, os.Environ())
831 pair := t.gohostos + "-" + t.goarc
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 121 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty,
124 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH,
137 os.Setenv("GOHOSTOS", "")
build.go 27 gohostos string
118 b = gohostos
225 os.Setenv("GOHOSTOS", gohostos)
237 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch)
399 p := pathf("%s/pkg/%s_%s", goroot, gohostos, gohostarch)
405 if goos != gohostos || goarch != gohostarch {
421 p = pathf("%s/pkg/obj/%s_%s", goroot, gohostos, gohostarch)
525 if goos != gohostos || goarch != gohostarch {
680 if goos != gohostos || goarch != gohostarch
26 gohostos string var
    [all...]
test.go 63 gohostos string
102 t.gohostos = mustEnv("GOHOSTOS")
567 if t.gohostos == "linux" && t.goarch == "amd64" {
573 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" {
576 if t.gohostos == "linux" && t.extLink() {
700 pair := t.gohostos + "-" + t.goarch
725 if t.gohostos == "dragonfly" {
810 env := mergeEnvLists([]string{"GOARCH=" + t.gohostarch, "GOOS=" + t.gohostos}, os.Environ())
831 pair := t.gohostos + "-" + t.goarc
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 41 {"GOHOSTOS", runtime.GOOS},
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 41 {"GOHOSTOS", runtime.GOOS},

Completed in 578 milliseconds