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

  /prebuilts/go/darwin-x86/src/
clean.bash 14 gobin="${GOBIN:-../bin}"
15 if ! "$gobin"/go help >/dev/null 2>&1; then
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
naclmake.bash 44 gobin=$GOROOT_BOOTSTRAP/bin
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
  /prebuilts/go/linux-x86/src/
clean.bash 14 gobin="${GOBIN:-../bin}"
15 if ! "$gobin"/go help >/dev/null 2>&1; then
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
naclmake.bash 44 gobin=$GOROOT_BOOTSTRAP/bin
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
  /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...]
test.go 97 if _, err := os.Stat(filepath.Join(gobin, "go"+exeSuffix)); err == nil {
98 os.Setenv("PATH", fmt.Sprintf("%s%c%s", gobin, os.PathListSeparator, os.Getenv("PATH")))
    [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...]
test.go 97 if _, err := os.Stat(filepath.Join(gobin, "go"+exeSuffix)); err == nil {
98 os.Setenv("PATH", fmt.Sprintf("%s%c%s", gobin, os.PathListSeparator, os.Getenv("PATH")))
    [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...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go     [all...]

Completed in 191 milliseconds