|
Apache Mesos
|
#include <fcntl.h>#include <string>#include <stout/error.hpp>#include <stout/try.hpp>#include <stout/windows.hpp>#include <stout/os/int_fd.hpp>#include <stout/internal/windows/longpath.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) |
Variables | |
| constexpr int | O_NONBLOCK = 0 |
| constexpr int | O_SYNC = 0 |
| constexpr int | O_CLOEXEC = 0 |
| constexpr int O_CLOEXEC = 0 |
| constexpr int O_NONBLOCK = 0 |
| constexpr int O_SYNC = 0 |
1.8.11