Home
last modified time | relevance | path

Searched defs:setxattr (Results 1 – 10 of 10) 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/libfuse/include/
Dfuse_lowlevel.h796 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
Dfuse.h523 int (*setxattr) (const char *, const char *, const char *, size_t, int); 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
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs3016 pub fn setxattr( in setxattr() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3179 pub fn setxattr( in setxattr() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3975 pub fn setxattr( in setxattr() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5435 pub fn setxattr( in setxattr() function