/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
obj.go | 35 GOROOT string // current GOROOT 36 GOROOT_FINAL string // target GOROOT 80 // Remove leading TrimPathPrefix, or else rewrite $GOROOT to $GOROOT_FINAL. 87 } else if h.GOROOT_FINAL != "" && h.GOROOT_FINAL != h.GOROOT && hasPathPrefix(abs, h.GOROOT) { 88 abs = h.GOROOT_FINAL + abs[len(h.GOROOT):]
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
obj.go | 32 GOROOT string // current GOROOT 33 GOROOT_FINAL string // target GOROOT 77 // Remove leading TrimPathPrefix, or else rewrite $GOROOT to $GOROOT_FINAL. 84 } else if h.GOROOT_FINAL != "" && h.GOROOT_FINAL != h.GOROOT && hasPathPrefix(abs, h.GOROOT) { 85 abs = h.GOROOT_FINAL + abs[len(h.GOROOT):]
|
/prebuilts/go/darwin-x86/src/runtime/ |
extern.go | 119 The GOARCH, GOOS, GOPATH, and GOROOT environment variables complete 122 GOARCH, GOOS, and GOROOT are recorded at compile time and made available by 189 // GOROOT returns the root of the Go tree. 190 // It uses the GOROOT environment variable, if set, 192 func GOROOT() string { 193 s := gogetenv("GOROOT")
|
/prebuilts/go/linux-x86/src/runtime/ |
extern.go | 119 The GOARCH, GOOS, GOPATH, and GOROOT environment variables complete 122 GOARCH, GOOS, and GOROOT are recorded at compile time and made available by 189 // GOROOT returns the root of the Go tree. 190 // It uses the GOROOT environment variable, if set, 192 func GOROOT() string { 193 s := gogetenv("GOROOT")
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
vet_test.go | 24 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s 53 errchk := filepath.Join(runtime.GOROOT(), "test", "errchk")
|
/prebuilts/go/darwin-x86/src/go/doc/ |
headscan.go | 14 By default, the $GOROOT/src directory is scanned. 33 root = flag.String("root", filepath.Join(runtime.GOROOT(), "src"), "root of filesystem tree to scan")
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
labels.src | 6 // $GOROOT/test/label.go and $GOROOT/test/label1.go.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
vet_test.go | 24 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s 53 errchk := filepath.Join(runtime.GOROOT(), "test", "errchk")
|
/prebuilts/go/linux-x86/src/go/doc/ |
headscan.go | 14 By default, the $GOROOT/src directory is scanned. 33 root = flag.String("root", filepath.Join(runtime.GOROOT(), "src"), "root of filesystem tree to scan")
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
labels.src | 6 // $GOROOT/test/label.go and $GOROOT/test/label1.go.
|
/build/soong/ |
bootstrap.bash | 36 export GOROOT="${SRCDIR}/prebuilts/go/$PREBUILTOS/"
|
/prebuilts/go/darwin-x86/misc/trace/ |
README.md | 8 trace-viewer$ cp bin/trace_viewer_lean.html $GOROOT/misc/trace/
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
fmt.go | 57 gofmtPath = filepath.Join(goroot, "bin", gofmt)
|
/prebuilts/go/darwin-x86/src/go/types/ |
stdlib_test.go | 43 walkDirs(t, filepath.Join(runtime.GOROOT(), "src")) 136 testTestDir(t, filepath.Join(runtime.GOROOT(), "test"), 145 testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), 159 testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "ken"))
|
/prebuilts/go/darwin-x86/src/ |
race.bat | 18 set GOROOT=%CD%\..
|
run.bat | 15 :: we disallow local import for non-local packages, if %GOROOT% happens
|
/prebuilts/go/linux-x86/misc/trace/ |
README.md | 8 trace-viewer$ cp bin/trace_viewer_lean.html $GOROOT/misc/trace/
|
/prebuilts/go/linux-x86/src/cmd/go/ |
fmt.go | 57 gofmtPath = filepath.Join(goroot, "bin", gofmt)
|
/prebuilts/go/linux-x86/src/go/types/ |
stdlib_test.go | 43 walkDirs(t, filepath.Join(runtime.GOROOT(), "src")) 136 testTestDir(t, filepath.Join(runtime.GOROOT(), "test"), 145 testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), 159 testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "ken"))
|
/prebuilts/go/linux-x86/src/ |
race.bat | 18 set GOROOT=%CD%\..
|
run.bat | 15 :: we disallow local import for non-local packages, if %GOROOT% happens
|
/prebuilts/go/darwin-x86/misc/nacl/ |
README | 61 % ln -nfs $GOROOT/misc/nacl/go_nacl_amd64p32_exec $GOPATH/bin/go_nacl_amd64p32_exec 62 % ln -nfs $GOROOT/misc/nacl/go_nacl_386_exec $GOPATH/bin/go_nacl_386_exec 63 % ln -nfs $GOROOT/misc/nacl/go_nacl_arm_exec $GOPATH/bin/go_nacl_arm_exec
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/ |
doc.go | 37 after consulting $GOROOT/pkg/$GOOS_$GOARCH. 64 Look for packages in $GOROOT/pkg/$GOOS_$GOARCH_suffix 65 instead of $GOROOT/pkg/$GOOS_$GOARCH.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
sym.go | 87 ctxt.Goroot = Getgoroot() 102 ctxt.LineHist.GOROOT = ctxt.Goroot
|
/prebuilts/go/darwin-x86/src/cmd/compile/ |
doc.go | 34 after consulting $GOROOT/pkg/$GOOS_$GOARCH. 61 Look for packages in $GOROOT/pkg/$GOOS_$GOARCH_suffix 62 instead of $GOROOT/pkg/$GOOS_$GOARCH.
|