Android-cuttlefish cvd tool
Namespaces | Functions
subprocess_managed_stdio.h File Reference
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
Include dependency graph for subprocess_managed_stdio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< std::string > cuttlefish::RunAndCaptureStdout (Command command)
 
int cuttlefish::RunWithManagedStdio (Command cmd_tmp, const std::string *stdin_str, std::string *stdout_str, std::string *stderr_str, SubprocessOptions options)