/prebuilts/go/darwin-x86/src/cmd/go/internal/envcmd/ |
env.go | 52 {Name: "GOBIN", Value: cfg.GOBIN},
|
/prebuilts/go/linux-x86/src/cmd/go/internal/envcmd/ |
env.go | 52 {Name: "GOBIN", Value: cfg.GOBIN},
|
/prebuilts/go/darwin-x86/src/ |
make.bat | 78 set GOBIN=
|
/prebuilts/go/linux-x86/src/ |
make.bat | 78 set GOBIN=
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/load/ |
pkg.go | 137 GobinSubdir bool // install target would be subdir of GOBIN 460 if cfg.GOBIN != "" { 461 bp.BinDir = cfg.GOBIN [all...] |
/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
pkg.go | 137 GobinSubdir bool // install target would be subdir of GOBIN 460 if cfg.GOBIN != "" { 461 bp.BinDir = cfg.GOBIN [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 190 os.Unsetenv("GOBIN") 277 if strings.HasPrefix(e, "GOROOT=") || strings.HasPrefix(e, "GOPATH=") || strings.HasPrefix(e, "GOBIN=") { 327 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) { [all...] |
alldocs.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 190 os.Unsetenv("GOBIN") 277 if strings.HasPrefix(e, "GOROOT=") || strings.HasPrefix(e, "GOPATH=") || strings.HasPrefix(e, "GOBIN=") { 327 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) { [all...] |
alldocs.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 27 gobin string 111 b = os.Getenv("GOBIN") 115 gobin = b 407 // The old tools that no longer live in $GOBIN or $GOROOT/bin. 491 // If $GOBIN is set and has a Go compiler, it must be cleaned. 493 if isfile(pathf("%s/%c%s", gobin, char, "g")) { 495 xremove(pathf("%s/%s", gobin, old)) 1046 xprintf(format, "GOBIN", gobin) 1067 xprintf(format, "PATH", fmt.Sprintf("%s%s%s", gobin, sep, os.Getenv("PATH")) 26 gobin string var [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 27 gobin string 111 b = os.Getenv("GOBIN") 115 gobin = b 407 // The old tools that no longer live in $GOBIN or $GOROOT/bin. 491 // If $GOBIN is set and has a Go compiler, it must be cleaned. 493 if isfile(pathf("%s/%c%s", gobin, char, "g")) { 495 xremove(pathf("%s/%s", gobin, old)) 1046 xprintf(format, "GOBIN", gobin) 1067 xprintf(format, "PATH", fmt.Sprintf("%s%s%s", gobin, sep, os.Getenv("PATH")) 26 gobin string var [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/internal/help/ |
helpdoc.go | 333 installed commands. If the GOBIN environment variable is 335 of DIR/bin. GOBIN must be an absolute path. 462 GOBIN
|
/prebuilts/go/linux-x86/src/cmd/go/internal/help/ |
helpdoc.go | 333 installed commands. If the GOBIN environment variable is 335 of DIR/bin. GOBIN must be an absolute path. 462 GOBIN
|
/prebuilts/go/darwin-x86/misc/cgo/testshared/ |
shared_test.go | 169 // That won't work if GOBIN is set. 170 os.Unsetenv("GOBIN")
|
/prebuilts/go/linux-x86/misc/cgo/testshared/ |
shared_test.go | 169 // That won't work if GOBIN is set. 170 os.Unsetenv("GOBIN")
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
exec.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
exec.go | [all...] |