Searched refs:Setenv (Results 1 – 4 of 4) sorted by relevance
17 func Setenv(key, value string) error { func18 return syscall.Setenv(key, value)
111 os.Setenv(v.key, v.value)120 os.Setenv(v.key, v.value)
62 os.Setenv("GOROOT", cfg.Goroot)64 os.Setenv("PATH", filepath.Join(cfg.Goroot, "bin")+
40 os.Setenv("SYZ_DISABLE_SANDBOXING", "yes")