Apache Mesos
Namespaces | Functions
xattr.hpp File Reference
#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< Nothingos::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< Nothingos::removexattr (const std::string &path, const std::string &name)