Searched refs:RunWithManagedStdio (Results 1 – 14 of 14) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | archive.cpp | 67 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()
|
D | network.cpp | 147 RunWithManagedStdio(std::move(cmd), &stdin_str, &stdout_str, &stderr_str); in TapInterfacesInUse()
|
D | subprocess.h | 340 int RunWithManagedStdio(Command&& command, const std::string* stdin,
|
D | subprocess.cpp | 544 int RunWithManagedStdio(Command&& cmd_tmp, const std::string* stdin_str, in RunWithManagedStdio() function
|
D | files.cpp | 756 RunWithManagedStdio(std::move(lsof), nullptr, &lsof_out, &lsof_err); in WaitForUnixSocketListeningWithoutConnect()
|
/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 257 int helpxml_ret = cuttlefish::RunWithManagedStdio( in FlagForwarder() 309 int helpxml_ret = cuttlefish::RunWithManagedStdio( in UpdateFlagDefaults()
|
/device/google/cuttlefish/host/commands/powerbtn_cvd/ |
D | powerbtn_cvd.cc | 48 auto ret = RunWithManagedStdio(std::move(command), NULL, &output, &error); in PowerbtnCvdMain()
|
/device/google/cuttlefish/host/commands/health/ |
D | health.cpp | 126 auto ret = RunWithManagedStdio(std::move(command), NULL, &output, &error); in main()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | clean.cc | 113 RunWithManagedStdio(std::move(lsof), nullptr, &lsof_out, &lsof_err); in CleanPriorFiles()
|
D | graphics_flags.cc | 360 auto ret = RunWithManagedStdio(std::move(graphics_detector_cmd), nullptr, in GetGraphicsAvailabilityWithSubprocessCheck()
|
/device/google/cuttlefish/host/commands/display/ |
D | main.cpp | 85 auto ret = RunWithManagedStdio(std::move(command), NULL, &out, &err); in RunCrosvmDisplayCommand()
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.cc | 555 RunWithManagedStdio(std::move(cmd), nullptr, &stdout_str, &stderr_str); in CreateQcowOverlay()
|
/device/google/cuttlefish/host/libs/web/http_client/ |
D | http_client.cc | 428 CF_EXPECT(RunWithManagedStdio(std::move(command), nullptr, &out, &err) == 0, in GetEntDnsResolve()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | qemu_manager.cpp | 90 int qemu_version_ret = cuttlefish::RunWithManagedStdio( in GetQemuVersion()
|