Searched defs:getxattr (Results 1 – 10 of 10) sorted by relevance
| /third_party/musl/src/linux/ |
| D | xattr.c | 4 ssize_t getxattr(const char *path, const char *name, void *value, size_t size) in getxattr() function
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| D | fuse.h | 243 int (*getxattr) (const char *, const char *, char *, size_t); member
|
| D | fuse_lowlevel.h | 647 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
| /third_party/libfuse/include/ |
| D | fuse_lowlevel.h | 862 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
| D | fuse.h | 548 int (*getxattr) (const char *, const char *, char *, size_t); member
|
| /third_party/python/Lib/test/ |
| D | test_os.py | 3526 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/ |
| D | mod.rs | 2998 pub fn getxattr( in getxattr() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3161 pub fn getxattr( in getxattr() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3957 pub fn getxattr( in getxattr() function
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5419 pub fn getxattr( in getxattr() function
|