Home
last modified time | relevance | path

Searched defs:Setenv (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/plan9/
Denv_plan9.go17 func Setenv(key, value string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Denv_unix.go17 func Setenv(key, value string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Denv_windows.go31 func Setenv(key, value string) error { func
Denv_unix.go91 func Setenv(key, value string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Denv_windows.go18 func Setenv(key, value string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Denv.go119 func Setenv(key, value string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go893 Setenv(key, value string) methodSpec
1291 func (c *common) Setenv(key, value string) { func
1509 func (t *T) Setenv(key, value string) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dimportx_test.go24 Setenv(key, value string) methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Dstate.go211 func (s *State) Setenv(key, value string) error { func