Android-cuttlefish cvd tool
|
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.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) |