Apache Mesos
|
#include <stout/os/posix/exec.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Option< int > | os::spawn (const std::string &file, const std::vector< std::string > &arguments) |
int | os::execvp (const char *file, char *const argv[]) |
int | os::execvpe (const char *file, char **argv, char **envp) |