Home | History | Annotate | Download | only in vmimpl

Lines Matching refs:Cmd

89 	cmd := osutil.Command(bin, args...)
90 cmd.Stdout = wpipe
91 cmd.Stderr = wpipe
92 if err := cmd.Start(); err != nil {
99 cmd: cmd,
113 cmd *exec.Cmd
126 cmd := t.cmd
127 t.cmd = nil
129 if cmd == nil {
133 cmd.Process.Kill()
139 cmd.Process.Wait()