Searched defs:setxattr (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/src/linux/ |
D | xattr.c | 34 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/ |
D | fuse.h | 240 int (*setxattr) (const char *, const char *, const char *, size_t, int); member
|
D | fuse_lowlevel.h | 622 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
/third_party/python/Lib/test/ |
D | test_os.py | 3526 def _check_xattrs_str(self, s, getxattr, setxattr, removexattr, listxattr, **kwargs): argument 3593 def setxattr(path, *args): function
|