Searched defs:processEnv (Results 1 – 1 of 1) sorted by relevance
32 type processEnv struct { struct33 wd string61 func (env *processEnv) umask(newmask int) (oldmask int) {65 func (env *processEnv) getenv(key string) (string, bool) {69 func (env *processEnv) environ() []string {73 func (env *processEnv) getwd() string {77 func (env *processEnv) stdin() io.Reader {81 func (env *processEnv) stdout() io.Writer {85 func (env *processEnv) stderr() io.Writer {89 func (env *processEnv) exec(cmd *command) error {[all …]