Apache Mesos
Namespaces | Functions
exec.hpp File Reference
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
#include <string>
#include <vector>
#include <stout/none.hpp>
#include <stout/option.hpp>
#include <stout/os/raw/argv.hpp>
#include <stout/os/raw/environment.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)