Searched defs:setxattr (Results 1 – 10 of 10) 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/libfuse/include/ |
| D | fuse_lowlevel.h | 796 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
| D | fuse.h | 523 int (*setxattr) (const char *, const char *, const char *, size_t, int); 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
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 3016 pub fn setxattr( in setxattr() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3179 pub fn setxattr( in setxattr() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3975 pub fn setxattr( in setxattr() function
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5435 pub fn setxattr( in setxattr() function
|