Home
last modified time | relevance | path

Searched defs:getxattr (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/linux/
Dxattr.c4 ssize_t getxattr(const char *path, const char *name, void *value, size_t size) in getxattr() function
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h243 int (*getxattr) (const char *, const char *, char *, size_t); member
Dfuse_lowlevel.h647 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
/third_party/libfuse/include/
Dfuse_lowlevel.h862 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
Dfuse.h548 int (*getxattr) (const char *, const char *, char *, size_t); member
/third_party/python/Lib/test/
Dtest_os.py3526 def _check_xattrs_str(self, s, getxattr, setxattr, removexattr, listxattr, **kwargs): argument
3590 def getxattr(path, *args): function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2998 pub fn getxattr( in getxattr() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3161 pub fn getxattr( in getxattr() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3957 pub fn getxattr( in getxattr() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5419 pub fn getxattr( in getxattr() function