Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Denv.go144 type printingEnv struct { struct
145 env
150 func (env *printingEnv) exec(cmd *command) error {
155 func (env *printingEnv) runWithTimeout(cmd *command, duration time.Duration) error {
160 …c (env *printingEnv) run(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error {