/prebuilts/go/linux-x86/misc/cgo/testcshared/ |
test.bash | 33 rm -rf $(go env GOROOT)/${installdir}
|
/prebuilts/go/linux-x86/misc/cgo/testshared/ |
shared_test.go | 75 // installs into $GOROOT, here are some gymnastics to come up with a unique 323 // Build a GOPATH package into a shared library that links against the goroot runtime 453 // Build a GOPATH package (dep) into a shared library that links against the goroot 547 // test-specific parts of GOROOT) appear old.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
obj6_test.go | 103 gofolder := filepath.Join(build.Default.GOROOT, "bin")
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
ld.go | 68 // try dot, -L "libdir", and then goroot.
|
link.go | 136 Goroot string
|
sym.go | 73 ctxt.Goroot = obj.Getgoroot()
|
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi_test.go | 179 w := NewWalker(context, filepath.Join(build.Default.GOROOT, "src"))
|
/prebuilts/go/linux-x86/src/cmd/cover/ |
func.go | 156 // findFile finds the location of the named file in GOROOT, GOPATH etc.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
obj6_test.go | 100 gofolder := filepath.Join(build.Default.GOROOT, "bin")
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
ld.go | 65 // try dot, -L "libdir", and then goroot.
|
link.go | 133 Goroot string
|
sym.go | 70 ctxt.Goroot = obj.Getgoroot()
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 88 pkgroot := runtime.GOROOT() + "/src/"
|
/build/soong/ |
build.ninja.in | 24 g.bootstrap.goRoot = @@GoRoot@@ 46 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -complete ${incFlags} -pack ${in} 58 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.linkCmd} -o ${out} ${libDirFlags} ${in}
|
/build/blueprint/bootstrap/ |
bootstrap.go | 39 Command: "GOROOT='$goRoot' $compileCmd -o $out -p $pkgPath -complete " + 48 Command: "GOROOT='$goRoot' $linkCmd -o $out $libDirFlags $in",
|
doc.go | 121 // @@GoRoot@@ - The path to the root directory of the Go toolchain
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
sym.go | 73 ctxt.Goroot = obj.Getgoroot()
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
sym.go | 70 ctxt.Goroot = obj.Getgoroot()
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 67 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
gotos.src | 5 // This file is a modified copy of $GOROOT/test/goto.go.
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_windows.go | 239 z, err := loadZoneFile(runtime.GOROOT()+`\lib\time\zoneinfo.zip`, name)
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 67 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
gotos.src | 5 // This file is a modified copy of $GOROOT/test/goto.go.
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows.go | 239 z, err := loadZoneFile(runtime.GOROOT()+`\lib\time\zoneinfo.zip`, name)
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
get.go | 389 // Guard against people setting GOPATH=$GOROOT. 390 if list[0] == goroot { 391 return fmt.Errorf("cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath")
|