Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc186 cvd::SharedFD output_pipe[2]; in BpttoolMakeTable() local
187 cvd::SharedFD::Pipe(&output_pipe[0], &output_pipe[1]); in BpttoolMakeTable()
188 bpttool_cmd.RedirectStdIO(cvd::Subprocess::StdIOChannel::kStdOut, output_pipe[1]); in BpttoolMakeTable()
193 return output_pipe[0]; in BpttoolMakeTable()
203 cvd::SharedFD output_pipe[2]; in BpttoolMakePartitionTable() local
204 cvd::SharedFD::Pipe(&output_pipe[0], &output_pipe[1]); in BpttoolMakePartitionTable()
205 bpttool_cmd.RedirectStdIO(cvd::Subprocess::StdIOChannel::kStdOut, output_pipe[1]); in BpttoolMakePartitionTable()
210 return output_pipe[0]; in BpttoolMakePartitionTable()