Searched defs:removexattr (Results 1 – 11 of 11) sorted by relevance
| /external/strace/ |
| D | xattr.c | 137 SYS_FUNC(removexattr) in SYS_FUNC() argument
|
| /external/libfuse/include/ |
| D | fuse_lowlevel.h | 887 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
|
| D | fuse.h | 529 int (*removexattr) (const char *, const char *); member
|
| /external/crosvm/fuse/src/ |
| D | filesystem.rs | 938 fn removexattr(&self, ctx: Context, inode: Self::Inode, name: &CStr) -> io::Result<()> { in removexattr() method
|
| D | server.rs | 841 fn removexattr<R: Reader, W: Writer>( in removexattr() method
|
| /external/python/cpython3/Lib/test/ |
| D | test_os.py | 3381 def _check_xattrs_str(self, s, getxattr, setxattr, removexattr, listxattr, **kwargs): argument 3451 def removexattr(path, *args): function
|
| /external/crosvm/devices/src/virtio/fs/ |
| D | passthrough.rs | 1971 fn removexattr(&self, _ctx: Context, inode: Inode, name: &CStr) -> io::Result<()> { in removexattr() method
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 3808 def removexattr(self, path, attribute, *, follow_symlinks=True): member in FakeOsModule
|
| /external/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 2476 pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; in removexattr() function
|
| /external/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 3700 pub fn removexattr(path: *const ::c_char, name: *const ::c_char, flags: ::c_int) -> ::c_int; in removexattr() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3127 pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; in removexattr() function
|