Lines Matching defs:Env
94 type Env struct { struct
95 in []byte
96 out []byte
98 cmd *command
99 inFile *os.File
100 outFile *os.File
101 bin []string
102 linkedBin string
103 pid int
104 config *Config
106 StatExecs uint64
107 StatRestarts uint64
184 func (env *Env) Close() error {
216 …c(opts *ExecOpts, p *prog.Prog) (output []byte, info []CallInfo, failed, hanged bool, err0 error) {
288 func (env *Env) parseOutput(p *prog.Prog) ([]CallInfo, error) {