Apache Mesos
|
#include <sys/stat.h>
#include <string>
#include <vector>
#include <stout/error.hpp>
#include <stout/foreach.hpp>
#include <stout/nothing.hpp>
#include <stout/strings.hpp>
#include <stout/path.hpp>
#include <stout/try.hpp>
#include <stout/os/constants.hpp>
#include <stout/os/fsync.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< Nothing > | os::mkdir (const std::string &directory, bool recursive=true, bool sync=false) |