Home
last modified time | relevance | path

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

/external/toolchain-utils/compiler_wrapper/
Denv.go142 type printingEnv struct { struct
143 env
148 func (env *printingEnv) exec(cmd *command) error {
153 func (env *printingEnv) runWithTimeout(cmd *command, duration time.Duration) error {
158 …c (env *printingEnv) run(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error {