Android-cuttlefish cvd tool
Namespaces | Functions
managed_stdio.h File Reference
#include <string>
#include "cuttlefish/process/command.h"
#include "cuttlefish/process/subprocess_options.h"
#include "cuttlefish/result/result.h"
Include dependency graph for 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)