Home
last modified time | relevance | path

Searched refs:goroot (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/go/
Dpush_goroot14 goroot="$(target_tmpdir)/go"
18 target_sh ${target} "rm -rf ${goroot}"
19 target_sh ${target} "mkdir -p ${goroot}/pkg"
24 target_cp "pkg/${pkgdir}_shared" ${target}:${goroot}/pkg
25 target_sh ${target} "ln -s ${pkgdir}_shared ${goroot}/pkg/${pkgdir}"
27 target_cp "pkg/${pkgdir}" ${target}:${goroot}/pkg
30 target_cp "src" ${target}:${goroot}
31 target_cp "lib" ${target}:${goroot}
32 target_cp "test" ${target}:${goroot}
Dgo_target_exec27 goroot="$(go_${target} env GOROOT)"
28 if [[ "${PWD}" == ${goroot}/src/* ]]
30 targetdir="${tmpdir}/go/src/${PWD#${goroot}/src/}"
/external/skia/infra/bots/recipe_modules/infra/
Dapi.py15 def goroot(self): member in InfraApi
20 return self.goroot.join('bin')
30 'GOROOT': self.goroot,
/external/toolchain-utils/go/patch/
Dgo5.patch11 -goroot=$(go env GOROOT)
28 +goroot=$(go_target env GOROOT)
29 if [ ! -d "$goroot" ]; then
47 rm -rf pkg "${goroot}/${installdir}"