Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc181 cvd::Command bpttool_cmd(bpttool_path); in BpttoolMakeTable() local
182 bpttool_cmd.AddParameter("make_table"); in BpttoolMakeTable()
183 bpttool_cmd.AddParameter("--input=/dev/stdin"); in BpttoolMakeTable()
184 bpttool_cmd.RedirectStdIO(cvd::Subprocess::StdIOChannel::kStdIn, input); in BpttoolMakeTable()
185 bpttool_cmd.AddParameter("--output_json=/dev/stdout"); in BpttoolMakeTable()
188 bpttool_cmd.RedirectStdIO(cvd::Subprocess::StdIOChannel::kStdOut, output_pipe[1]); in BpttoolMakeTable()
189 int success = bpttool_cmd.Start().Wait(); in BpttoolMakeTable()
198 cvd::Command bpttool_cmd(bpttool_path); in BpttoolMakePartitionTable() local
199 bpttool_cmd.AddParameter("make_table"); in BpttoolMakePartitionTable()
200 bpttool_cmd.AddParameter("--input=/dev/stdin"); in BpttoolMakePartitionTable()
[all …]