Home
last modified time | relevance | path

Searched defs:Unsetenv (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/plan9/
Denv_plan9.go29 func Unsetenv(key string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Denv_unix.go29 func Unsetenv(key string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Denv_windows.go48 func Unsetenv(key string) error { func
Denv_unix.go55 func Unsetenv(key string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Denv_windows.go55 func Unsetenv(key string) error { func
/aosp_15_r20/external/grpc-grpc/test/core/gpr/
H A Denv_test.cc40 TEST(EnvTest, Unsetenv) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Denv.go128 func Unsetenv(key string) error { func