Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Darchive.cpp67 auto bsdtar_ret = RunWithManagedStdio(std::move(bsdtar_cmd), &bsdtar_input, in Contents()
97 int bsdtar_ret = RunWithManagedStdio(std::move(bsdtar_cmd), nullptr, nullptr, in ExtractFiles()
115 RunWithManagedStdio(std::move(bsdtar_cmd), nullptr, &stdout_str, nullptr); in ExtractToMemory()
Dnetwork.cpp147 RunWithManagedStdio(std::move(cmd), &stdin_str, &stdout_str, &stderr_str); in TapInterfacesInUse()
Dsubprocess.h340 int RunWithManagedStdio(Command&& command, const std::string* stdin,
Dsubprocess.cpp544 int RunWithManagedStdio(Command&& cmd_tmp, const std::string* stdin_str, in RunWithManagedStdio() function
Dfiles.cpp756 RunWithManagedStdio(std::move(lsof), nullptr, &lsof_out, &lsof_err); in WaitForUnixSocketListeningWithoutConnect()
/device/google/cuttlefish/host/commands/start/
Dflag_forwarder.cc257 int helpxml_ret = cuttlefish::RunWithManagedStdio( in FlagForwarder()
309 int helpxml_ret = cuttlefish::RunWithManagedStdio( in UpdateFlagDefaults()
/device/google/cuttlefish/host/commands/powerbtn_cvd/
Dpowerbtn_cvd.cc48 auto ret = RunWithManagedStdio(std::move(command), NULL, &output, &error); in PowerbtnCvdMain()
/device/google/cuttlefish/host/commands/health/
Dhealth.cpp126 auto ret = RunWithManagedStdio(std::move(command), NULL, &output, &error); in main()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dclean.cc113 RunWithManagedStdio(std::move(lsof), nullptr, &lsof_out, &lsof_err); in CleanPriorFiles()
Dgraphics_flags.cc360 auto ret = RunWithManagedStdio(std::move(graphics_detector_cmd), nullptr, in GetGraphicsAvailabilityWithSubprocessCheck()
/device/google/cuttlefish/host/commands/display/
Dmain.cpp85 auto ret = RunWithManagedStdio(std::move(command), NULL, &out, &err); in RunCrosvmDisplayCommand()
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc555 RunWithManagedStdio(std::move(cmd), nullptr, &stdout_str, &stderr_str); in CreateQcowOverlay()
/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc428 CF_EXPECT(RunWithManagedStdio(std::move(command), nullptr, &out, &err) == 0, in GetEntDnsResolve()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp90 int qemu_version_ret = cuttlefish::RunWithManagedStdio( in GetQemuVersion()