Home
last modified time | relevance | path

Searched refs:CombinedOutput (Results 1 – 8 of 8) sorted by relevance

/build/soong/ui/build/
Dexec.go99 func (c *Cmd) CombinedOutput() ([]byte, error) { func
101 bytes, err := c.Cmd.CombinedOutput()
150 ret, err := c.CombinedOutput()
159 ret, err := c.CombinedOutput()
Drbe.go73 if output, err := cmd.CombinedOutput(); err != nil {
80 if output, err := cmd.CombinedOutput(); err != nil {
Dgoma.go77 if output, err := cmd.CombinedOutput(); err != nil {
Dsandbox_linux.go121 data, err := cmd.CombinedOutput()
Dproc_sync_test.go173 subprocessOutput, err = cmd.CombinedOutput()
/build/blueprint/bpfmt/
Dbpfmt.go182 data, err = exec.Command("diff", "-u", f1.Name(), f2.Name()).CombinedOutput()
/build/soong/bpfix/cmd_lib/
Dbpfix.go181 data, err = exec.Command("diff", "-u", f1.Name(), f2.Name()).CombinedOutput()
/build/blueprint/bpmodify/
Dbpmodify.go289 data, err = exec.Command("diff", "-uw", f1.Name(), f2.Name()).CombinedOutput()