This project has retired. For details please refer to its Attic page.
Apache Mesos: 3rdparty/stout/include/stout/os/windows/xattr.hpp File Reference
Apache Mesos
Namespaces | Functions
xattr.hpp File Reference

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)