Searched defs:removexattr (Results 1 – 10 of 10) sorted by relevance
| /third_party/musl/src/linux/ |
| D | xattr.c | 49 int removexattr(const char *path, const char *name) in removexattr() function
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| D | fuse.h | 249 int (*removexattr) (const char *, const char *); member
|
| D | fuse_lowlevel.h | 684 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
|
| /third_party/libfuse/include/ |
| D | fuse_lowlevel.h | 910 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
|
| D | fuse.h | 554 int (*removexattr) (const char *, const char *); member
|
| /third_party/python/Lib/test/ |
| D | test_os.py | 3573 def _check_xattrs_str(self, s, getxattr, setxattr, removexattr, listxattr, **kwargs): argument 3643 def removexattr(path, *args): function
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 3038 pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int; in removexattr() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3203 pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; in removexattr() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3999 pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; in removexattr() function
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5463 pub fn removexattr(path: *const ::c_char, name: *const ::c_char, flags: ::c_int) -> ::c_int; in removexattr() function
|