Home
last modified time | relevance | path

Searched refs:ProcessState (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/build/
Dexec.go69 if state := c.Cmd.ProcessState; state != nil {
75 c.name, c.Cmd.ProcessState.ExitCode(),
77 c.Cmd.ProcessState.UserTime().Round(time.Millisecond),
78 c.Cmd.ProcessState.SystemTime().Round(time.Millisecond),
127 c.ctx.Fatalf("%s failed with: %v", c.name, e.ProcessState.String())
Dsandbox_linux.go136 c.ctx.Verbosef("nsjail failed with %v", e.ProcessState.String())
/build/soong/ui/metrics/
Devent.go118 func (t *EventTracer) AddProcResInfo(name string, state *os.ProcessState) { argument
/build/blueprint/microfactory/
Dmicrofactory.go614 os.Exit(e.ProcessState.Sys().(syscall.WaitStatus).ExitStatus())