/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 113 b = pathf("%s/bin", goroot) 148 if p := pathf("%s/src/all.bash", goroot); !isfile(p) { 213 os.Setenv("GOCACHE", pathf("%s/pkg/obj/go-build", goroot)) 223 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch) 320 path := pathf("%s/VERSION", goroot) 356 path = pathf("%s/VERSION.cache", goroot) 443 if p := pathf("%s/bin", goroot); !isdir(p) { 448 if p := pathf("%s/pkg", goroot); !isdir(p) { 452 p := pathf("%s/pkg/%s_%s", goroot, gohostos, gohostarch) 459 p := pathf("%s/pkg/%s_%s", goroot, goos, goarch [all...] |
buildtool.go | 108 goroot_bootstrap = pathf("%s/go1.4", os.Getenv("HOME")) 112 mkzbootstrap(pathf("%s/src/cmd/internal/objabi/zbootstrap.go", goroot)) 119 workspace := pathf("%s/pkg/bootstrap", goroot) 121 base := pathf("%s/src/bootstrap", workspace) 126 src := pathf("%s/src/%s", goroot, dir) 127 dst := pathf("%s/%s", base, dir) 132 mkzdefaultcc("", pathf("%s/zdefaultcc.go", src)) 146 srcFile := pathf("%s/%s", src, name) 147 dstFile := pathf("%s/%s", dst, name) 186 pathf("%s/bin/go", goroot_bootstrap) [all...] |
util.go | 23 // pathf is fmt.Sprintf for generating paths 25 func pathf(format string, args ...interface{}) string { func
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 113 b = pathf("%s/bin", goroot) 148 if p := pathf("%s/src/all.bash", goroot); !isfile(p) { 213 os.Setenv("GOCACHE", pathf("%s/pkg/obj/go-build", goroot)) 223 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch) 320 path := pathf("%s/VERSION", goroot) 356 path = pathf("%s/VERSION.cache", goroot) 443 if p := pathf("%s/bin", goroot); !isdir(p) { 448 if p := pathf("%s/pkg", goroot); !isdir(p) { 452 p := pathf("%s/pkg/%s_%s", goroot, gohostos, gohostarch) 459 p := pathf("%s/pkg/%s_%s", goroot, goos, goarch [all...] |
buildtool.go | 108 goroot_bootstrap = pathf("%s/go1.4", os.Getenv("HOME")) 112 mkzbootstrap(pathf("%s/src/cmd/internal/objabi/zbootstrap.go", goroot)) 119 workspace := pathf("%s/pkg/bootstrap", goroot) 121 base := pathf("%s/src/bootstrap", workspace) 126 src := pathf("%s/src/%s", goroot, dir) 127 dst := pathf("%s/%s", base, dir) 132 mkzdefaultcc("", pathf("%s/zdefaultcc.go", src)) 146 srcFile := pathf("%s/%s", src, name) 147 dstFile := pathf("%s/%s", dst, name) 186 pathf("%s/bin/go", goroot_bootstrap) [all...] |
util.go | 23 // pathf is fmt.Sprintf for generating paths 25 func pathf(format string, args ...interface{}) string { func
|