Home
last modified time | relevance | path

Searched refs:GOROOT (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/microfactory/
Dmicrofactory.bash55 mf_cmd="${GOROOT}/bin/go run ${gen_src_dir}/microfactory.go"
62 GOROOT=$(cd $GOROOT; pwd) ${mf_cmd} -b "${mf_bin}" \
Dmicrofactory.go68 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")
/build/blueprint/
Dbootstrap.bash63 [ -z "$GOROOT" ] && GOROOT=`go env GOROOT`
128 echo "GOROOT=\"${GOROOT}\"" >> $BUILDDIR/.blueprint.bootstrap
Dblueprint_impl.bash24 export GOROOT
/build/soong/scripts/
Dmicrofactory.bash26 export GOROOT="${TOP}/prebuilts/go/linux-x86/"
29 export GOROOT="${TOP}/prebuilts/go/darwin-x86/"
/build/soong/third_party/zip/testdata/
Dreadme.notzip31 the environment variable $GOROOT to the full path of the go
35 You should also add the Go binary directory $GOROOT/bin
41 export GOROOT=$HOME/go
42 export PATH=$PATH:$GOROOT/bin
/build/blueprint/bootstrap/
Dconfig.go45 goroot := runtime.GOROOT()
/build/blueprint/gotestrunner/
Dgotestrunner.go69 if absRoot, err := filepath.Abs(runtime.GOROOT()); err == nil {