HomeSort by relevance Sort by last modified time
    Searched full:goroot (Results 226 - 250 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 34 goroot string
183 goroot = obj.Getgoroot()
631 if goroot != "" {
642 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.a", goroot, goos, goarch, suffixsep, suffix, name)
646 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.o", goroot, goos, goarch, suffixsep, suffix, name)
33 goroot string var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 259 goroot string
350 mywhatsys() // get goroot, goarch, goos
352 // add goroot to the end of the libdir list.
364 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
258 goroot string var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 662 goroot = filepath.Clean(runtime.GOROOT())
664 gorootBin = filepath.Join(goroot, "bin")
665 gorootPkg = filepath.Join(goroot, "pkg")
666 gorootSrc = filepath.Join(goroot, "src")
661 goroot = filepath.Clean(runtime.GOROOT()) var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go 662 goroot = filepath.Clean(runtime.GOROOT())
664 gorootBin = filepath.Join(goroot, "bin")
665 gorootPkg = filepath.Join(goroot, "pkg")
666 gorootSrc = filepath.Join(goroot, "src")
661 goroot = filepath.Clean(runtime.GOROOT()) var
    [all...]
  /prebuilts/go/darwin-x86/doc/articles/
go_command.html 103 standard Go packages, in <code>$GOROOT/src/&lt;import-path&gt;</code>.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
link.go 479 Goroot string
util.go 207 return envOr("GOROOT", defaultGOROOT)
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
build.a 101 type @"".Package struct { Dir string; Name string; ImportComment string; Doc string; ImportPath string; Root string; SrcRoot string; PkgRoot string; PkgTargetRoot string; BinDir string; Goroot bool; PkgObj string; AllTags []string; ConflictDir string; GoFiles []string; CgoFiles []string; IgnoredGoFiles []string; CFiles []string; CXXFiles []string; MFiles []string; HFiles []string; SFiles []string; SwigFiles []string; SwigCXXFiles []string; SysoFiles []string; CgoCFLAGS []string; CgoCPPFLAGS []string; CgoCXXFLAGS []string; CgoLDFLAGS []string; CgoPkgConfig []string; Imports []string; ImportPos map[string][]@"go/token".Position; TestGoFiles []string; TestImports []string; TestImportPos map[string][]@"go/token".Position; XTestGoFiles []string; XTestImports []string; XTestImportPos map[string][]@"go/token".Position }
113 type @"".Context struct { GOARCH string; GOOS string; GOROOT string; GOPATH string; CgoEnabled bool; UseAllFiles bool; Compiler string; BuildTags []string; ReleaseTags []string; InstallSuffix string; JoinPath func(@"".elem ...string) (? string); SplitPathList func(@"".list string) (? []string); IsAbsPath func(@"".path string) (? bool); IsDir func(@"".path string) (? bool); HasSubdir func(@"".root string, @"".dir string) (@"".rel string, @"".ok bool); ReadDir func(@"".dir string) (@"".fi []@"os".FileInfo, @"".err error); OpenFile func(@"".path string) (@"".r @"io".ReadCloser, @"".err error) }
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 476 Goroot string
util.go 204 return envOr("GOROOT", defaultGOROOT)
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 66 http.ServeFile(w, r, filepath.Join(runtime.GOROOT(), "misc", "trace", "trace_viewer_lean.html"))
  /prebuilts/go/linux-x86/doc/articles/
go_command.html 103 standard Go packages, in <code>$GOROOT/src/&lt;import-path&gt;</code>.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
link.go 479 Goroot string
util.go 207 return envOr("GOROOT", defaultGOROOT)
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
build.a 101 type @"".Package struct { Dir string; Name string; ImportComment string; Doc string; ImportPath string; Root string; SrcRoot string; PkgRoot string; PkgTargetRoot string; BinDir string; Goroot bool; PkgObj string; AllTags []string; ConflictDir string; GoFiles []string; CgoFiles []string; IgnoredGoFiles []string; CFiles []string; CXXFiles []string; MFiles []string; HFiles []string; SFiles []string; SwigFiles []string; SwigCXXFiles []string; SysoFiles []string; CgoCFLAGS []string; CgoCPPFLAGS []string; CgoCXXFLAGS []string; CgoLDFLAGS []string; CgoPkgConfig []string; Imports []string; ImportPos map[string][]@"go/token".Position; TestGoFiles []string; TestImports []string; TestImportPos map[string][]@"go/token".Position; XTestGoFiles []string; XTestImports []string; XTestImportPos map[string][]@"go/token".Position }
113 type @"".Context struct { GOARCH string; GOOS string; GOROOT string; GOPATH string; CgoEnabled bool; UseAllFiles bool; Compiler string; BuildTags []string; ReleaseTags []string; InstallSuffix string; JoinPath func(@"".elem ...string) (? string); SplitPathList func(@"".list string) (? []string); IsAbsPath func(@"".path string) (? bool); IsDir func(@"".path string) (? bool); HasSubdir func(@"".root string, @"".dir string) (@"".rel string, @"".ok bool); ReadDir func(@"".dir string) (@"".fi []@"os".FileInfo, @"".err error); OpenFile func(@"".path string) (@"".r @"io".ReadCloser, @"".err error) }
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 476 Goroot string
util.go 204 return envOr("GOROOT", defaultGOROOT)
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 66 http.ServeFile(w, r, filepath.Join(runtime.GOROOT(), "misc", "trace", "trace_viewer_lean.html"))
  /prebuilts/go/darwin-x86/doc/devel/
weekly.html 75 use *goroot as base path in zip file,
322 * cmd/yacc/units.y: update comment, give better error messages when $GOROOT not set (thanks Shenghou Ma).
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 30 See $GOROOT/misc/cgo/stdio and $GOROOT/misc/cgo/gmp for examples. See
  /prebuilts/go/linux-x86/doc/devel/
weekly.html 75 use *goroot as base path in zip file,
322 * cmd/yacc/units.y: update comment, give better error messages when $GOROOT not set (thanks Shenghou Ma).
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 30 See $GOROOT/misc/cgo/stdio and $GOROOT/misc/cgo/gmp for examples. See
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 143 w := NewWalker(context, filepath.Join(build.Default.GOROOT, "src"))
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 143 w := NewWalker(context, filepath.Join(build.Default.GOROOT, "src"))
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 1074 root, err := filepath.EvalSymlinks(runtime.GOROOT() + "/test")

Completed in 827 milliseconds

1 2 3 4 5 6 7 8 91011>>