|
Android-cuttlefish cvd tool
|
#include <string>#include "cuttlefish/process/command.h"#include "cuttlefish/process/subprocess_options.h"#include "cuttlefish/result/result.h"

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) |