Searched refs:GOROOT (Results 1 - 25 of 41) sorted by relevance

12

/prebuilts/go/darwin-x86/misc/nacl/
H A Dgo_nacl_386_exec8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
H A Dgo_nacl_amd64p32_exec8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
H A Dgo_nacl_arm_exec8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
/prebuilts/go/linux-x86/misc/nacl/
H A Dgo_nacl_386_exec8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
H A Dgo_nacl_amd64p32_exec8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
H A Dgo_nacl_arm_exec8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
/prebuilts/go/darwin-x86/src/
H A Dcmp.bash33 DIR=$GOROOT/src/$pkg
47 DIR=$GOROOT/src/$pkg
55 DIR=$GOROOT/src/$pkg
H A Diostest.bash12 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
H A Dall.rc9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
14 bind -b $GOROOT/bin /bin
H A Dclean.bash9 echo 'clean.bash must be run from $GOROOT/src' 1>&2
12 export GOROOT="$(cd .. && pwd)"
H A Dbuildall.bash16 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
H A Dnaclmake.bash33 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
H A Dnacltest.bash49 GOROOT=$(../bin/go env GOROOT)
H A Dandroidtest.bash7 # 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.
74 cp -a "${GOROOT}/src" "${FAKE_GOROOT}/"
75 cp -a "${GOROOT}/test" "${FAKE_GOROOT}/"
76 cp -a "${GOROOT}/lib" "${FAKE_GOROOT}/"
H A Dmake.bash59 echo 'make.bash must be run from $GOROOT/src' 1>&2
121 export GOROOT="$(cd .. && pwd)"
128 if [ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]; then
129 echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
H A Drun.bash9 export GOROOT # the api test requires GOROOT to be set.
12 unset GOPATH # we disallow local import for non-local packages, if $GOROOT happens
/prebuilts/go/linux-x86/src/
H A Dcmp.bash33 DIR=$GOROOT/src/$pkg
47 DIR=$GOROOT/src/$pkg
55 DIR=$GOROOT/src/$pkg
H A Diostest.bash12 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
H A Dall.rc9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
14 bind -b $GOROOT/bin /bin
H A Dclean.bash9 echo 'clean.bash must be run from $GOROOT/src' 1>&2
12 export GOROOT="$(cd .. && pwd)"
H A Dbuildall.bash16 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
H A Dnaclmake.bash33 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
H A Dnacltest.bash49 GOROOT=$(../bin/go env GOROOT)
H A Dandroidtest.bash7 # 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.
74 cp -a "${GOROOT}/src" "${FAKE_GOROOT}/"
75 cp -a "${GOROOT}/test" "${FAKE_GOROOT}/"
76 cp -a "${GOROOT}/lib" "${FAKE_GOROOT}/"
H A Dmake.bash59 echo 'make.bash must be run from $GOROOT/src' 1>&2
121 export GOROOT="$(cd .. && pwd)"
128 if [ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]; then
129 echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist

Completed in 876 milliseconds

12