HomeSort by relevance Sort by last modified time
    Searched refs:GOROOT (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/runtime/
env_test.go 15 t.Skipf("skipping plan9, it is inconsistent by allowing GOROOT to be updated by Setenv")
18 // Restore both the real GOROOT environment variable, and runtime's copies:
19 if orig, ok := syscall.Getenv("GOROOT"); ok {
20 defer syscall.Setenv("GOROOT", orig)
22 defer syscall.Unsetenv("GOROOT")
29 want := runtime.GOROOT()
30 runtime.SetEnvs(append(envs[:0], "GOROOT="+want))
32 if got := runtime.GOROOT(); got != want {
33 t.Errorf(`initial runtime.GOROOT()=%q, want %q`, got, want)
35 if err := syscall.Setenv("GOROOT", "/os"); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
env_test.go 15 t.Skipf("skipping plan9, it is inconsistent by allowing GOROOT to be updated by Setenv")
18 // Restore both the real GOROOT environment variable, and runtime's copies:
19 if orig, ok := syscall.Getenv("GOROOT"); ok {
20 defer syscall.Setenv("GOROOT", orig)
22 defer syscall.Unsetenv("GOROOT")
29 want := runtime.GOROOT()
30 runtime.SetEnvs(append(envs[:0], "GOROOT="+want))
32 if got := runtime.GOROOT(); got != want {
33 t.Errorf(`initial runtime.GOROOT()=%q, want %q`, got, want)
35 if err := syscall.Setenv("GOROOT", "/os"); err != nil
    [all...]
  /prebuilts/go/darwin-x86/misc/nacl/
go_nacl_386_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
go_nacl_amd64p32_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
go_nacl_arm_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
  /prebuilts/go/linux-x86/misc/nacl/
go_nacl_386_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
go_nacl_amd64p32_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
go_nacl_arm_exec 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
  /build/soong/cmd/microfactory/
microfactory.bash 23 # Ensure GOROOT is set to the in-tree version.
26 export GOROOT="${TOP}/prebuilts/go/linux-x86/"
29 export GOROOT="${TOP}/prebuilts/go/darwin-x86/"
79 mf_cmd="${GOROOT}/bin/go run ${mf_src}/microfactory.go"
  /build/blueprint/
bootstrap.bash 17 # GOROOT
62 [ -z "$GOROOT" ] && GOROOT=`go env GOROOT`
70 GOTOOLDIR="$GOROOT/pkg/tool/${GOOS}_$GOARCH"
81 echo "Cannot find go tools under $GOROOT"
133 -e "s|@@GoRoot@@|$GOROOT|g" \
  /prebuilts/go/darwin-x86/src/
cmp.bash 33 DIR=$GOROOT/src/$pkg
47 DIR=$GOROOT/src/$pkg
55 DIR=$GOROOT/src/$pkg
iostest.bash 12 echo 'iostest.bash must be run from $GOROOT/src' 1>&2
50 export GOROOT=$(dirname $(pwd))
51 export PATH=$GOROOT/bin:$PATH
53 export CC_FOR_TARGET=$GOROOT/misc/ios/clangwrap.sh
all.rc 9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
14 bind -b $GOROOT/bin /bin
clean.bash 9 echo 'clean.bash must be run from $GOROOT/src' 1>&2
12 export GOROOT="$(cd .. && pwd)"
buildall.bash 16 echo 'buildall.bash must be run from $GOROOT/src' 1>&2
36 GOROOT="$(cd .. && pwd)"
58 if ! "$GOROOT/bin/go" build -a std cmd; then
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...]
  /prebuilts/go/linux-x86/src/
cmp.bash 33 DIR=$GOROOT/src/$pkg
47 DIR=$GOROOT/src/$pkg
55 DIR=$GOROOT/src/$pkg
iostest.bash 12 echo 'iostest.bash must be run from $GOROOT/src' 1>&2
50 export GOROOT=$(dirname $(pwd))
51 export PATH=$GOROOT/bin:$PATH
53 export CC_FOR_TARGET=$GOROOT/misc/ios/clangwrap.sh
all.rc 9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
14 bind -b $GOROOT/bin /bin
clean.bash 9 echo 'clean.bash must be run from $GOROOT/src' 1>&2
12 export GOROOT="$(cd .. && pwd)"
buildall.bash 16 echo 'buildall.bash must be run from $GOROOT/src' 1>&2
36 GOROOT="$(cd .. && pwd)"
58 if ! "$GOROOT/bin/go" build -a std cmd; then
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)

Completed in 988 milliseconds

1 2 3 4 5 6 7 8