Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc192 unpack_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, output_file); in UnpackBootImage()
224 unpack_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, output_file); in UnpackVendorBootImageIfNotUnpacked()
242 concat_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, concat_file); in UnpackVendorBootImageIfNotUnpacked()
Dflags.cc628 ikconfig_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, ikconfig_fd); in ReadGuestConfig()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp342 gpu_device_cmd.Cmd().RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in BuildVhostUserGpu()
888 gpu_capture_command.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in StartCommands()
896 crosvm_cmd.Cmd().RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in StartCommands()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dlog_tee_creator.cpp29 cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, logs); in CreateLogTee()
/device/google/cuttlefish/common/libs/utils/
Darchive.cpp94 bsdtar_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, in ExtractFiles()
Dsubprocess.h70 kStdOut = 1, enumerator
Dsubprocess.cpp585 cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, pipe_write); in RunWithManagedStdio()
Dfiles.cpp552 du_cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, write_fd); in GetDiskUsage()
/device/google/cuttlefish/host/libs/avb/
Davb.cpp93 command.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, output_file); in GenerateInfoImage()
/device/google/cuttlefish/host/commands/start/
Dmain.cc132 assemble_cmd.RedirectStdIO(cuttlefish::Subprocess::StdIOChannel::kStdOut, assembler_stdout); in StartAssembler()