Apache Mesos
|
#include <fts.h>
#include <sys/types.h>
#include <pwd.h>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/os/stat.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< Nothing > | os::chown (uid_t uid, gid_t gid, const std::string &path, bool recursive) |
Try< Nothing > | os::chown (const std::string &user, const std::string &path, bool recursive=true) |