|
Android-cuttlefish cvd tool
|
#include "cuttlefish/process/execute.h"#include <stddef.h>#include <sys/wait.h>#include <string>#include <utility>#include <vector>#include "cuttlefish/process/command.h"#include "cuttlefish/process/subprocess.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| int | cuttlefish::Execute (std::vector< std::string > command) |
| Result< siginfo_t > | cuttlefish::Execute (std::vector< std::string > command, SubprocessOptions subprocess_options, int wait_options) |