Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Darchive.cpp40 auto bsdtar_ret = RunWithManagedStdio(std::move(bsdtar_cmd), &bsdtar_input, in Contents()
83 auto ret = RunWithManagedStdio(std::move(bsdtar_cmd), nullptr, &stdout, in ExtractToMemory()
Dsubprocess.h225 int RunWithManagedStdio(Command&& command, const std::string* stdin,
Dnetwork.cpp143 RunWithManagedStdio(std::move(cmd), &stdin, &stdout, &stderr); in TapInterfacesInUse()
Dsubprocess.cpp312 int RunWithManagedStdio(Command&& cmd_tmp, const std::string* stdin, in RunWithManagedStdio() function
/device/google/cuttlefish/host/commands/launch/
Dflag_forwarder.cc242 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()