/prebuilts/go/linux-x86/src/go/build/ |
deps_test.go | 413 func listStdPkgs(goroot string) ([]string, error) { 417 src := filepath.Join(goroot, "src") + string(filepath.Separator) 447 t.Skipf("skipping on %s/%s, missing full GOROOT", runtime.GOOS, runtime.GOARCH) 451 all, err := listStdPkgs(ctxt.GOROOT) 482 dir := filepath.Join(Default.GOROOT, "src", pkg)
|
build_test.go | 76 p, err := Import("", Default.GOROOT, FindOnly) 115 t.Skipf("skipping on %s/%s, no valid GOROOT", runtime.GOOS, runtime.GOARCH) 236 t.Skipf("skipping on %s/%s, no valid GOROOT", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/darwin-x86/doc/ |
install-source.html | 315 binary to <code>$GOROOT/bin</code> (or <code>$GOBIN</code>) and the 317 <code>$GOROOT/pkg/tool/$GOOS_$GOARCH</code>. 375 <li><code>$GOROOT</code> 387 <code>$GOROOT</code> is not set explicitly. 388 It defaults to the value of <code>$GOROOT</code>. 510 The default is <code>$GOROOT/bin</code>. 569 export GOROOT=$HOME/go
|
/prebuilts/go/darwin-x86/misc/ios/ |
go_darwin_arm_exec.go | 19 // $GOROOT/misc/ios contains a script, detect.go, that attempts to autodetect these. 106 log.Fatalf("%s not set\nrun $GOROOT/misc/ios/detect.go to attempt to autodetect", s) 559 // As we move the working directory to the GOROOT pkg directory, we 575 // and returns the path to the package source relative to $GOROOT (or $GOPATH). 581 if root := runtime.GOROOT(); strings.HasPrefix(cwd, root) { 599 "working directory %q is not in either GOROOT(%q) or GOPATH(%q)", 601 runtime.GOROOT(),
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 171 if strings.HasPrefix(e, "GOROOT=") || strings.HasPrefix(e, "GOPATH=") || strings.HasPrefix(e, "GOBIN=") { 218 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) { 780 t.Skip("don't install into GOROOT in short mode") [all...] |
/prebuilts/go/linux-x86/doc/ |
install-source.html | 315 binary to <code>$GOROOT/bin</code> (or <code>$GOBIN</code>) and the 317 <code>$GOROOT/pkg/tool/$GOOS_$GOARCH</code>. 375 <li><code>$GOROOT</code> 387 <code>$GOROOT</code> is not set explicitly. 388 It defaults to the value of <code>$GOROOT</code>. 510 The default is <code>$GOROOT/bin</code>. 569 export GOROOT=$HOME/go
|
/prebuilts/go/linux-x86/misc/ios/ |
go_darwin_arm_exec.go | 19 // $GOROOT/misc/ios contains a script, detect.go, that attempts to autodetect these. 106 log.Fatalf("%s not set\nrun $GOROOT/misc/ios/detect.go to attempt to autodetect", s) 559 // As we move the working directory to the GOROOT pkg directory, we 575 // and returns the path to the package source relative to $GOROOT (or $GOPATH). 581 if root := runtime.GOROOT(); strings.HasPrefix(cwd, root) { 599 "working directory %q is not in either GOROOT(%q) or GOPATH(%q)", 601 runtime.GOROOT(),
|
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 171 if strings.HasPrefix(e, "GOROOT=") || strings.HasPrefix(e, "GOPATH=") || strings.HasPrefix(e, "GOBIN=") { 218 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) { 780 t.Skip("don't install into GOROOT in short mode") [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 48 goroot string 78 t.goroot = mustEnv("GOROOT") 377 "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".").Run() 385 "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".").Run() 473 return t.dirCmd("src", "go", "run", filepath.Join(t.goroot, "src/cmd/api/run.go")).Run() 501 return t.dirCmd(filepath.Join(t.goroot, "src", dirBanner), bin, args...).Run() 511 cmd.Dir = filepath.Join(t.goroot, dir) 741 dir := filepath.Join(t.goroot, testpath)
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 48 goroot string 78 t.goroot = mustEnv("GOROOT") 377 "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".").Run() 385 "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".").Run() 473 return t.dirCmd("src", "go", "run", filepath.Join(t.goroot, "src/cmd/api/run.go")).Run() 501 return t.dirCmd(filepath.Join(t.goroot, "src", dirBanner), bin, args...).Run() 511 cmd.Dir = filepath.Join(t.goroot, dir) 741 dir := filepath.Join(t.goroot, testpath)
|
/prebuilts/go/darwin-x86/src/go/build/ |
build_test.go | 76 p, err := Import("", Default.GOROOT, FindOnly) 115 t.Skipf("skipping on %s/%s, no valid GOROOT", runtime.GOOS, runtime.GOARCH) 236 t.Skipf("skipping on %s/%s, no valid GOROOT", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/darwin-x86/src/ |
bootstrap.bash | 31 unset GOROOT
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
doc.go | 70 gofmt -r '?[?:len(?)] -> ?[?:]' -w $GOROOT/src
|
long_test.go | 28 root = flag.String("root", runtime.GOROOT(), "test root directory")
|
/prebuilts/go/darwin-x86/src/cmd/nm/ |
nm_test.go | 84 exepath := filepath.Join(runtime.GOROOT(), "src", "debug", f)
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
exportdata.go | 19 // See $GOROOT/include/ar.h.
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_plan9.go | 150 z, err := loadZoneFile(runtime.GOROOT()+"/lib/time/zoneinfo.zip", name)
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 67 pkgroot := runtime.GOROOT() + "/src/"
|
/prebuilts/go/linux-x86/src/ |
bootstrap.bash | 31 unset GOROOT
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
doc.go | 70 gofmt -r '?[?:len(?)] -> ?[?:]' -w $GOROOT/src
|
long_test.go | 28 root = flag.String("root", runtime.GOROOT(), "test root directory")
|
/prebuilts/go/linux-x86/src/cmd/nm/ |
nm_test.go | 84 exepath := filepath.Join(runtime.GOROOT(), "src", "debug", f)
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
exportdata.go | 19 // See $GOROOT/include/ar.h.
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_plan9.go | 150 z, err := loadZoneFile(runtime.GOROOT()+"/lib/time/zoneinfo.zip", name)
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 67 pkgroot := runtime.GOROOT() + "/src/"
|