Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Darchive.cpp67 bsdtar_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in ExtractFiles()
Dsubprocess.h42 kStdOut = 1, enumerator
Dsubprocess.cpp357 if (!cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, pipe_write)) { in RunWithManagedStdio()
/device/google/cuttlefish/host/commands/tpm_simulator_manager/
Dtpm_simulator_manager.cpp62 simulator_cmd.RedirectStdIO(cuttlefish::Subprocess::StdIOChannel::kStdOut, sim_stdout_in); in main()
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc69 assemble_cmd.RedirectStdIO(cuttlefish::Subprocess::StdIOChannel::kStdOut, assembler_stdout); in StartAssembler()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp294 crosvm_cmd.RedirectStdIO(cuttlefish::Subprocess::StdIOChannel::kStdOut, in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc145 decomp_cmd.RedirectStdIO(cuttlefish::Subprocess::StdIOChannel::kStdOut, output_file); in DecompressKernel()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc450 stop_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in FetchCvdMain()