Apache Mesos
Namespaces | Functions | Variables
open.hpp File Reference
#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_fdos::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
 

Variable Documentation

constexpr int O_CLOEXEC = 0
constexpr int O_NONBLOCK = 0
constexpr int O_SYNC = 0