HomeSort by relevance Sort by last modified time
    Searched refs:GOROOT (Results 26 - 50 of 254) sorted by null

12 3 4 5 6 7 8 91011

  /build/blueprint/
bootstrap.bash 18 # GOROOT
63 [ -z "$GOROOT" ] && GOROOT=`go env GOROOT`
114 echo "GOROOT=\"${GOROOT}\"" >> $BUILDDIR/.blueprint.bootstrap
  /prebuilts/go/darwin-x86/src/
naclmake.bash 33 echo 'nacltest.bash must be run from $GOROOT/src' 1>&2
38 export GOROOT=$(pwd)/..
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
nacltest.bash 49 GOROOT=$(../bin/go env GOROOT)
androidtest.bash 7 # The compiler runs locally, then a copy of the GOROOT is pushed to a
14 echo 'androidtest.bash must be run from $GOROOT/src' 1>&2
44 export GOROOT=$(dirname $(pwd))
45 export PATH=$GOROOT/bin:$PATH
63 # Push GOROOT to target device.
68 # /data/local/tmp/goroot. The adb sync command does not follow
71 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
74 cp -a "${GOROOT}/src" "${FAKE_GOROOT}/"
75 cp -a "${GOROOT}/test" "${FAKE_GOROOT}/"
76 cp -a "${GOROOT}/lib" "${FAKE_GOROOT}/
    [all...]
buildall.bash 16 echo 'buildall.bash must be run from $GOROOT/src' 1>&2
36 GOROOT="$(cd .. && pwd)"
76 if ! "$GOROOT/bin/go" build -a std cmd; then
  /prebuilts/go/linux-x86/src/
naclmake.bash 33 echo 'nacltest.bash must be run from $GOROOT/src' 1>&2
38 export GOROOT=$(pwd)/..
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
nacltest.bash 49 GOROOT=$(../bin/go env GOROOT)
androidtest.bash 7 # The compiler runs locally, then a copy of the GOROOT is pushed to a
14 echo 'androidtest.bash must be run from $GOROOT/src' 1>&2
44 export GOROOT=$(dirname $(pwd))
45 export PATH=$GOROOT/bin:$PATH
63 # Push GOROOT to target device.
68 # /data/local/tmp/goroot. The adb sync command does not follow
71 FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
74 cp -a "${GOROOT}/src" "${FAKE_GOROOT}/"
75 cp -a "${GOROOT}/test" "${FAKE_GOROOT}/"
76 cp -a "${GOROOT}/lib" "${FAKE_GOROOT}/
    [all...]
buildall.bash 16 echo 'buildall.bash must be run from $GOROOT/src' 1>&2
36 GOROOT="$(cd .. && pwd)"
76 if ! "$GOROOT/bin/go" build -a std cmd; then
  /prebuilts/go/darwin-x86/src/compress/gzip/
issue14937_test.go 19 // may be in the user's GOROOT (Issue 18604), we only run this test on
24 goroot, err := filepath.EvalSymlinks(runtime.GOROOT())
26 t.Fatal("error evaluating GOROOT: ", err)
29 err = filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
40 t.Skipf("skipping: GOROOT directory not found: %s", runtime.GOROOT())
42 t.Fatal("error collecting list of .gz files in GOROOT: ", err)
45 t.Fatal("expected to find some .gz files under GOROOT")
  /prebuilts/go/linux-x86/src/compress/gzip/
issue14937_test.go 19 // may be in the user's GOROOT (Issue 18604), we only run this test on
24 goroot, err := filepath.EvalSymlinks(runtime.GOROOT())
26 t.Fatal("error evaluating GOROOT: ", err)
29 err = filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
40 t.Skipf("skipping: GOROOT directory not found: %s", runtime.GOROOT())
42 t.Fatal("error collecting list of .gz files in GOROOT: ", err)
45 t.Fatal("expected to find some .gz files under GOROOT")
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
print_goroot.go 10 println(runtime.GOROOT())
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
print_goroot.go 10 println(runtime.GOROOT())
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 79 GOROOT = findGOROOT()
81 GOROOTbin = filepath.Join(GOROOT, "bin")
82 GOROOTpkg = filepath.Join(GOROOT, "pkg")
83 GOROOTsrc = filepath.Join(GOROOT, "src")
92 // Update build context to use our computed GOROOT.
94 BuildContext.GOROOT = GOROOT
98 // except for using GOROOT rather than runtime.GOROOT().
99 build.ToolDir = filepath.Join(GOROOT, "pkg/tool/"+runtime.GOOS+"_"+runtime.GOARCH
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
cfg.go 79 GOROOT = findGOROOT()
81 GOROOTbin = filepath.Join(GOROOT, "bin")
82 GOROOTpkg = filepath.Join(GOROOT, "pkg")
83 GOROOTsrc = filepath.Join(GOROOT, "src")
92 // Update build context to use our computed GOROOT.
94 BuildContext.GOROOT = GOROOT
98 // except for using GOROOT rather than runtime.GOROOT().
99 build.ToolDir = filepath.Join(GOROOT, "pkg/tool/"+runtime.GOOS+"_"+runtime.GOARCH
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/list/
context.go 14 GOROOT string `json:",omitempty"` // Go root
28 GOROOT: c.GOROOT,
  /prebuilts/go/linux-x86/src/cmd/go/internal/list/
context.go 14 GOROOT string `json:",omitempty"` // Go root
28 GOROOT: c.GOROOT,
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
mksyscall.go 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall_windows.go security_windows.go psapi_windows.go
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
mksyscall.go 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
  /prebuilts/go/darwin-x86/test/fixedbugs/bug472.dir/
p1.go 13 func G() func() string { return runtime.GOROOT }
p2.go 13 func G() func() string { return runtime.GOROOT }
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
mksyscall.go 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall_windows.go security_windows.go psapi_windows.go
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
mksyscall.go 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
  /prebuilts/go/linux-x86/test/fixedbugs/bug472.dir/
p1.go 13 func G() func() string { return runtime.GOROOT }
p2.go 13 func G() func() string { return runtime.GOROOT }

Completed in 237 milliseconds

12 3 4 5 6 7 8 91011