/aosp_15_r20/external/strace/ |
H A D | xattr.c | 137 SYS_FUNC(removexattr) in SYS_FUNC() argument
|
/aosp_15_r20/external/trusty/musl/src/linux/ |
D | xattr.c | 49 int removexattr(const char *path, const char *name) in removexattr() function
|
/aosp_15_r20/external/musl/src/linux/ |
H A D | xattr.c | 49 int removexattr(const char *path, const char *name) in removexattr() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | xattr.rs | 174 pub fn removexattr<P: path::Arg, Name: path::Arg>(path: P, name: Name) -> io::Result<()> { in removexattr() function
|
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse_lowlevel.h | 987 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
|
H A D | fuse.h | 556 int (*removexattr) (const char *, const char *); member
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_os.py | 512 def removexattr( member in FakeOsModule
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | BlockGuardOs.java | 483 @Override public void removexattr(String path, String name) throws ErrnoException { in removexattr() method in BlockGuardOs
|
H A D | ForwardingOs.java | 679 …public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, nam… in removexattr() method in ForwardingOs
|
H A D | Os.java | 559 public void removexattr(String path, String name) throws ErrnoException; in removexattr() method
|
H A D | Linux.java | 254 public native void removexattr(String path, String name) throws ErrnoException; in removexattr() method in Linux
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 1640 pub(crate) fn removexattr(path: &CStr, name: &CStr) -> io::Result<()> { in removexattr() function
|
/aosp_15_r20/external/python/cpython3/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
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | filesystem.rs | 980 fn removexattr(&self, ctx: Context, inode: Self::Inode, name: &CStr) -> io::Result<()> { in removexattr() method
|
H A D | server.rs | 907 fn removexattr<R: Reader, W: Writer>( in removexattr() method
|
/aosp_15_r20/libcore/luni/src/main/java/android/system/ |
H A D | Os.java | 629 …public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.remove… in removexattr() method in Os
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 2476 pub(crate) fn removexattr(path: &CStr, name: &CStr) -> io::Result<()> { in removexattr() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | zsyscall_darwin_amd64.go | 593 func removexattr(path string, attr string, options int) (err error) { func
|
D | zsyscall_darwin_arm64.go | 593 func removexattr(path string, attr string, options int) (err error) { func
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/ |
D | stub.c | 707 void removexattr() {} in removexattr() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/ |
D | stub.c | 785 void removexattr() {} in removexattr() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/ |
D | stub.c | 729 void removexattr() {} in removexattr() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_25/gen/ |
D | stub.c | 785 void removexattr() {} in removexattr() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_24/gen/ |
D | stub.c | 785 void removexattr() {} in removexattr() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_27/gen/ |
D | stub.c | 785 void removexattr() {} in removexattr() function
|