Android-cuttlefish cvd tool
Namespaces | Functions
execute.h File Reference
#include <sys/wait.h>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/process/subprocess_options.h"
Include dependency graph for execute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)