OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:goenv
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go
38
GOOS =
goEnv
("GOOS")
39
GOARCH =
goEnv
("GOARCH")
42
ccOut :=
goEnv
("CC")
45
out :=
goEnv
("GOGCCFLAGS")
115
func
goEnv
(key string) string {
126
execScript := "go_" +
goEnv
("GOOS") + "_" +
goEnv
("GOARCH") + "_exec"
/prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go
38
GOOS =
goEnv
("GOOS")
39
GOARCH =
goEnv
("GOARCH")
42
ccOut :=
goEnv
("CC")
45
out :=
goEnv
("GOGCCFLAGS")
115
func
goEnv
(key string) string {
126
execScript := "go_" +
goEnv
("GOOS") + "_" +
goEnv
("GOARCH") + "_exec"
Completed in 77 milliseconds