Home
last modified time | relevance | path

Searched defs:setxattr (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/linux/
Dxattr.c34 int setxattr(const char *path, const char *name, const void *value, size_t size, int flags) in setxattr() function
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h240 int (*setxattr) (const char *, const char *, const char *, size_t, int); member
Dfuse_lowlevel.h622 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
/third_party/python/Lib/test/
Dtest_os.py3526 def _check_xattrs_str(self, s, getxattr, setxattr, removexattr, listxattr, **kwargs): argument
3593 def setxattr(path, *args): function