OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOBIN
(Results
1 - 9
of
9
) sorted by null
/prebuilts/go/darwin-x86/src/
clean.rc
13
$
GOBIN
/go clean -i std
14
$
GOBIN
/go tool dist clean
15
$
GOBIN
/go clean -i cmd
clean.bat
21
"%
GOBIN
%\go" clean -i std
22
"%
GOBIN
%\go" tool dist clean
23
"%
GOBIN
%\go" clean -i cmd
iostest.bash
49
unset
GOBIN
androidtest.bash
27
unset
GOBIN
/prebuilts/go/linux-x86/src/
clean.rc
13
$
GOBIN
/go clean -i std
14
$
GOBIN
/go tool dist clean
15
$
GOBIN
/go clean -i cmd
clean.bat
21
"%
GOBIN
%\go" clean -i std
22
"%
GOBIN
%\go" tool dist clean
23
"%
GOBIN
%\go" clean -i cmd
iostest.bash
49
unset
GOBIN
androidtest.bash
27
unset
GOBIN
/external/boringssl/src/util/bot/go/
bootstrap.py
210
Overrides GOROOT, GOPATH and
GOBIN
. Keeps everything else. Idempotent.
219
env['
GOBIN
'] = os.path.join(workspace, 'bin')
221
env.pop('
GOBIN
', None)
231
env.get('
GOBIN
'),
271
"""Returns full path to an executable in some bin/ (in GOROOT or
GOBIN
)."""
Completed in 157 milliseconds