13 #ifndef __STOUT_OS_WINDOWS_XATTR_HPP__ 14 #define __STOUT_OS_WINDOWS_XATTR_HPP__ 21 const std::string&
path,
22 const std::string&
name,
23 const std::string& value,
28 const std::string&
path,
29 const std::string&
name) =
delete;
33 const std::string&
path,
34 const std::string&
name) =
delete;
Try< Nothing > removexattr(const std::string &path, const std::string &name)
Definition: xattr.hpp:113
Try< Nothing > setxattr(const std::string &path, const std::string &name, const std::string &value, int flags)
Definition: xattr.hpp:31
Definition: posix_signalhandler.hpp:23
Try< std::string > getxattr(const std::string &path, const std::string &name)
Definition: xattr.hpp:67
constexpr const char * name
Definition: shell.hpp:41