Apache Mesos
|
#include <sys/xattr.h>
#include <string>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< Nothing > | os::setxattr (const std::string &path, const std::string &name, const std::string &value, int flags) |
Try< std::string > | os::getxattr (const std::string &path, const std::string &name) |
Try< Nothing > | os::removexattr (const std::string &path, const std::string &name) |