OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:goroot
(Results
51 - 75
of
315
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/
nacltest.bash
64
echo 'nacltest.bash must be run from $
GOROOT
/src' 1>&2
69
export
GOROOT
=$(pwd)/..
76
GOROOT
=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
make.rc
34
echo 'make.rc must be run from $
GOROOT
/src' >[1=2]
46
GOROOT
= `{cd .. && pwd}
55
GOROOT
=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
all.bat
20
:: can get the original %PATH% and give suggestion to add %
GOROOT
%/bin
race.bash
39
echo 'race.bash must be run from $
GOROOT
/src' 1>&2
/prebuilts/go/darwin-x86/src/runtime/
runtime-gdb_test.go
86
fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.
GOROOT
()),
122
cmd := exec.Command("go", "env", "
GOROOT
")
125
if err != nil && bytes.Contains(out, []byte("cannot find
GOROOT
")) {
126
t.Skipf("skipping because
GOROOT
=%s does not exist", runtime.
GOROOT
())
/prebuilts/go/linux-x86/src/runtime/
runtime-gdb_test.go
86
fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.
GOROOT
()),
122
cmd := exec.Command("go", "env", "
GOROOT
")
125
if err != nil && bytes.Contains(out, []byte("cannot find
GOROOT
")) {
126
t.Skipf("skipping because
GOROOT
=%s does not exist", runtime.
GOROOT
())
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/
doc.go
36
after consulting $
GOROOT
/pkg/$GOOS_$GOARCH.
67
Look for packages in $
GOROOT
/pkg/$GOOS_$GOARCH_suffix
68
instead of $
GOROOT
/pkg/$GOOS_$GOARCH.
/prebuilts/go/darwin-x86/src/cmd/link/
doc.go
33
after consulting $
GOROOT
/pkg/$GOOS_$GOARCH.
64
Look for packages in $
GOROOT
/pkg/$GOOS_$GOARCH_suffix
65
instead of $
GOROOT
/pkg/$GOOS_$GOARCH.
/prebuilts/go/darwin-x86/src/
make.rc
34
echo 'make.rc must be run from $
GOROOT
/src' >[1=2]
46
GOROOT
= `{cd .. && pwd}
55
GOROOT
=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
all.bat
20
:: can get the original %PATH% and give suggestion to add %
GOROOT
%/bin
race.bash
39
echo 'race.bash must be run from $
GOROOT
/src' 1>&2
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/
doc.go
36
after consulting $
GOROOT
/pkg/$GOOS_$GOARCH.
67
Look for packages in $
GOROOT
/pkg/$GOOS_$GOARCH_suffix
68
instead of $
GOROOT
/pkg/$GOOS_$GOARCH.
/prebuilts/go/linux-x86/src/cmd/link/
doc.go
33
after consulting $
GOROOT
/pkg/$GOOS_$GOARCH.
64
Look for packages in $
GOROOT
/pkg/$GOOS_$GOARCH_suffix
65
instead of $
GOROOT
/pkg/$GOOS_$GOARCH.
/external/boringssl/src/util/bot/go/
bootstrap.py
38
# Where to install Go toolset to.
GOROOT
would be <TOOLSET_ROOT>/go.
120
GOROOT
would be <toolset_root>/go/.
210
Overrides
GOROOT
, GOPATH and GOBIN. Keeps everything else. Idempotent.
213
toolset_root:
GOROOT
would be <toolset_root>/go.
214
workspace: main workspace directory or None if compiling in
GOROOT
.
217
env['
GOROOT
'] = os.path.join(toolset_root, 'go')
230
os.path.join(env['
GOROOT
'], 'bin'),
271
"""Returns full path to an executable in some bin/ (in
GOROOT
or GOBIN)."""
/prebuilts/go/darwin-x86/src/cmd/dist/
buildruntime.go
20
// const defaultGoroot = <
goroot
>
45
// const defaultGOROOT = <
goroot
>
/prebuilts/go/darwin-x86/src/cmd/go/
env.go
45
{"
GOROOT
",
goroot
},
/prebuilts/go/darwin-x86/src/time/
zoneinfo_unix.go
21
z, err := loadZoneFile(runtime.
GOROOT
()+"/lib/time/zoneinfo.zip", "America/Los_Angeles")
35
runtime.
GOROOT
() + "/lib/time/zoneinfo.zip",
/prebuilts/go/linux-x86/src/cmd/dist/
buildruntime.go
20
// const defaultGoroot = <
goroot
>
45
// const defaultGOROOT = <
goroot
>
/prebuilts/go/linux-x86/src/cmd/go/
env.go
45
{"
GOROOT
",
goroot
},
/prebuilts/go/linux-x86/src/time/
zoneinfo_unix.go
21
z, err := loadZoneFile(runtime.
GOROOT
()+"/lib/time/zoneinfo.zip", "America/Los_Angeles")
35
runtime.
GOROOT
() + "/lib/time/zoneinfo.zip",
/external/regex-re2/doc/
mksyntaxgo
4
out=$
GOROOT
/src/pkg/regexp/syntax/doc.go
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
syscall.go
11
//go:generate go run $
GOROOT
/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
syscall.go
11
//go:generate go run $
GOROOT
/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
obj.go
35
GOROOT
string // current
GOROOT
36
GOROOT_FINAL string // target
GOROOT
80
// Remove leading TrimPathPrefix, or else rewrite $
GOROOT
to $GOROOT_FINAL.
87
} else if h.GOROOT_FINAL != "" && h.GOROOT_FINAL != h.
GOROOT
&& hasPathPrefix(abs, h.
GOROOT
) {
88
abs = h.GOROOT_FINAL + abs[len(h.
GOROOT
):]
/prebuilts/go/darwin-x86/src/cmd/internal/obj/
obj.go
32
GOROOT
string // current
GOROOT
33
GOROOT_FINAL string // target
GOROOT
77
// Remove leading TrimPathPrefix, or else rewrite $
GOROOT
to $GOROOT_FINAL.
84
} else if h.GOROOT_FINAL != "" && h.GOROOT_FINAL != h.
GOROOT
&& hasPathPrefix(abs, h.
GOROOT
) {
85
abs = h.GOROOT_FINAL + abs[len(h.
GOROOT
):]
Completed in 205 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>