Searched defs:getxattr (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/linux/ |
H A 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/ |
H A D | fuse.h | 243 int (*getxattr) (const char *, const char *, char *, size_t); member
|
H A D | fuse_lowlevel.h | 647 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
/third_party/libfuse/include/ |
H A D | fuse.h | 548 int (*getxattr) (const char *, const char *, char *, size_t); member
|
H A D | fuse_lowlevel.h | 862 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 3649 def getxattr(pat function [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2998 pub fn getxattr( in getxattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3161 pub fn getxattr( in getxattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3957 pub fn getxattr( in getxattr() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5419 pub fn getxattr( in getxattr() functions
|
Completed in 58 milliseconds