Apache Mesos
|
#include <sys/stat.h>
#include <sys/types.h>
#include <string>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/os/close.hpp>
#include <stout/os/fcntl.hpp>
#include <stout/os/int_fd.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< int_fd > | os::open (const std::string &path, int oflag, mode_t mode=0) |