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

1 2 3 4 5 6 7 8 91011

  /external/golang-protobuf/protoc-gen-go/generator/
Makefile 32 include $(GOROOT)/src/Make.inc
40 include $(GOROOT)/src/Make.pkg
  /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...]
  /build/blueprint/microfactory/
microfactory.bash 18 # ${GOROOT}
55 mf_cmd="${GOROOT}/bin/go run ${gen_src_dir}/microfactory.go"
61 # GOROOT must be absolute because `go run` changes the local directory
62 GOROOT=$(cd $GOROOT; pwd) ${mf_cmd} -b "${mf_bin}" \
  /prebuilts/go/darwin-x86/src/
make.rc 34 echo 'make.rc must be run from $GOROOT/src' >[1=2]
51 GOROOT = `{cd .. && pwd}
57 goroot = `{GOROOT='' $go_exe env GOROOT}
58 if(! ~ $goroot $GOROOT){
59 GOROOT_BOOTSTRAP = $goroot
69 if(~ $GOROOT_BOOTSTRAP $GOROOT){
70 echo 'ERROR: $GOROOT_BOOTSTRAP must not be set to $GOROOT' >[1=2
    [all...]
run.bash 9 export GOROOT # the api test requires GOROOT to be set.
11 # We disallow local import for non-local packages, if $GOROOT happens
14 # that may also conflict with $GOROOT. The $GOPATH value doesn't need
16 # checks performed by Go. Use $GOROOT to define $GOPATH so that we
18 GOPATH=$GOROOT/nonexistentpath
make.bash 60 # If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is
68 echo 'make.bash must be run from $GOROOT/src' 1>&2
141 export GOROOT="$(cd .. && pwd)"
144 goroot=$(GOROOT='' "$go_exe" env GOROOT)
145 if [ "$goroot" != "$GOROOT" ]; then
146 GOROOT_BOOTSTRAP=$goroot
159 if [ "$GOROOT_BOOTSTRAP" = "$GOROOT" ]; the
    [all...]
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
54 export GOROOT=$(dirname $(pwd))
55 export PATH=$GOROOT/bin:$PATH
57 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)"
  /prebuilts/go/linux-x86/src/
make.rc 34 echo 'make.rc must be run from $GOROOT/src' >[1=2]
51 GOROOT = `{cd .. && pwd}
57 goroot = `{GOROOT='' $go_exe env GOROOT}
58 if(! ~ $goroot $GOROOT){
59 GOROOT_BOOTSTRAP = $goroot
69 if(~ $GOROOT_BOOTSTRAP $GOROOT){
70 echo 'ERROR: $GOROOT_BOOTSTRAP must not be set to $GOROOT' >[1=2
    [all...]
run.bash 9 export GOROOT # the api test requires GOROOT to be set.
11 # We disallow local import for non-local packages, if $GOROOT happens
14 # that may also conflict with $GOROOT. The $GOPATH value doesn't need
16 # checks performed by Go. Use $GOROOT to define $GOPATH so that we
18 GOPATH=$GOROOT/nonexistentpath
make.bash 60 # If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is
68 echo 'make.bash must be run from $GOROOT/src' 1>&2
141 export GOROOT="$(cd .. && pwd)"
144 goroot=$(GOROOT='' "$go_exe" env GOROOT)
145 if [ "$goroot" != "$GOROOT" ]; then
146 GOROOT_BOOTSTRAP=$goroot
159 if [ "$GOROOT_BOOTSTRAP" = "$GOROOT" ]; the
    [all...]
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
54 export GOROOT=$(dirname $(pwd))
55 export PATH=$GOROOT/bin:$PATH
57 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)"
  /build/soong/scripts/
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/"
  /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;")

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011