/prebuilts/go/darwin-x86/src/ |
clean.rc | 13 $GOBIN/go clean -i std 14 $GOBIN/go tool dist clean 15 $GOBIN/go clean -i cmd
|
run.rc | 12 GOBIN = () # Issue 14340
|
clean.bat | 21 "%GOBIN%\go" clean -i std 22 "%GOBIN%\go" tool dist clean 23 "%GOBIN%\go" clean -i cmd
|
run.bash | 14 unset GOBIN # Issue 14340
|
iostest.bash | 49 unset GOBIN
|
run.bat | 18 :: Issue 14340: ignore GOBIN during all.bat. 19 set GOBIN=
|
make.bash | 56 unset GOBIN # Issue 14340
|
make.rc | 83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
|
androidtest.bash | 39 unset GOBIN
|
make.bat | 71 set GOBIN=
|
/prebuilts/go/linux-x86/src/ |
clean.rc | 13 $GOBIN/go clean -i std 14 $GOBIN/go tool dist clean 15 $GOBIN/go clean -i cmd
|
run.rc | 12 GOBIN = () # Issue 14340
|
clean.bat | 21 "%GOBIN%\go" clean -i std 22 "%GOBIN%\go" tool dist clean 23 "%GOBIN%\go" clean -i cmd
|
run.bash | 14 unset GOBIN # Issue 14340
|
iostest.bash | 49 unset GOBIN
|
run.bat | 18 :: Issue 14340: ignore GOBIN during all.bat. 19 set GOBIN=
|
make.bash | 56 unset GOBIN # Issue 14340
|
make.rc | 83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
|
androidtest.bash | 39 unset GOBIN
|
make.bat | 71 set GOBIN=
|
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 210 Overrides GOROOT, GOPATH and GOBIN. Keeps everything else. Idempotent. 219 env['GOBIN'] = os.path.join(workspace, 'bin') 221 env.pop('GOBIN', None) 231 env.get('GOBIN'), 271 """Returns full path to an executable in some bin/ (in GOROOT or GOBIN)."""
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
buildtool.go | 120 // GOBIN is empty, so that binaries are installed to GOPATH/bin, 123 // Restore GOROOT, GOPATH, and GOBIN when done. 133 defer os.Setenv("GOBIN", os.Getenv("GOBIN")) 134 os.Setenv("GOBIN", "")
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
buildtool.go | 120 // GOBIN is empty, so that binaries are installed to GOPATH/bin, 123 // Restore GOROOT, GOPATH, and GOBIN when done. 133 defer os.Setenv("GOBIN", os.Getenv("GOBIN")) 134 os.Setenv("GOBIN", "")
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
env.go | 38 {"GOBIN", gobin},
|
/prebuilts/go/linux-x86/src/cmd/go/ |
env.go | 38 {"GOBIN", gobin},
|