Searched refs:RunWithManagedStdio (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | archive.cpp | 40 auto bsdtar_ret = RunWithManagedStdio(std::move(bsdtar_cmd), &bsdtar_input, in Contents() 83 auto ret = RunWithManagedStdio(std::move(bsdtar_cmd), nullptr, &stdout, in ExtractToMemory()
|
D | subprocess.h | 225 int RunWithManagedStdio(Command&& command, const std::string* stdin,
|
D | network.cpp | 143 RunWithManagedStdio(std::move(cmd), &stdin, &stdout, &stderr); in TapInterfacesInUse()
|
D | subprocess.cpp | 312 int RunWithManagedStdio(Command&& cmd_tmp, const std::string* stdin, in RunWithManagedStdio() function
|
/device/google/cuttlefish/host/commands/launch/ |
D | flag_forwarder.cc | 242 int helpxml_ret = cuttlefish::RunWithManagedStdio(std::move(cmd), &helpxml_input, in FlagForwarder() 295 int helpxml_ret = cuttlefish::RunWithManagedStdio(std::move(cmd), &helpxml_input, in UpdateFlagDefaults()
|