Searched refs:GOROOT (Results 1 – 8 of 8) sorted by relevance
55 mf_cmd="${GOROOT}/bin/go run ${gen_src_dir}/microfactory.go"62 GOROOT=$(cd $GOROOT; pwd) ${mf_cmd} -b "${mf_bin}" \
68 goToolDir = filepath.Join(runtime.GOROOT(), "pkg", "tool", runtime.GOOS+"_"+runtime.GOARCH)74 if version, err := ioutil.ReadFile(filepath.Join(runtime.GOROOT(), "VERSION")); err == nil {78 cmd := exec.Command(filepath.Join(runtime.GOROOT(), "bin", "go"), "version")
63 [ -z "$GOROOT" ] && GOROOT=`go env GOROOT`128 echo "GOROOT=\"${GOROOT}\"" >> $BUILDDIR/.blueprint.bootstrap
24 export GOROOT
26 export GOROOT="${TOP}/prebuilts/go/linux-x86/"29 export GOROOT="${TOP}/prebuilts/go/darwin-x86/"
31 the environment variable $GOROOT to the full path of the go35 You should also add the Go binary directory $GOROOT/bin41 export GOROOT=$HOME/go42 export PATH=$PATH:$GOROOT/bin
45 goroot := runtime.GOROOT()
69 if absRoot, err := filepath.Abs(runtime.GOROOT()); err == nil {