Home
last modified time | relevance | path

Searched defs:setxattr (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/strace/
H A Dxattr.c57 SYS_FUNC(setxattr) in SYS_FUNC() argument
/aosp_15_r20/external/trusty/musl/src/linux/
Dxattr.c34 int setxattr(const char *path, const char *name, const void *value, size_t size, int flags) in setxattr() function
/aosp_15_r20/external/musl/src/linux/
H A Dxattr.c34 int setxattr(const char *path, const char *name, const void *value, size_t size, int flags) in setxattr() function
/aosp_15_r20/bionic/tests/
H A Dsys_xattr_test.cpp26 TEST(sys_xattr, setxattr) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dxattr.rs84 pub fn setxattr<P: path::Arg, Name: path::Arg>( in setxattr() function
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp114 static void setxattr(const char* path, const char* key) { in setxattr() function
/aosp_15_r20/external/libfuse/include/
H A Dfuse_lowlevel.h908 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
H A Dfuse.h547 int (*setxattr) (const char *, const char *, const char *, size_t, int); member
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_os.py536 def setxattr( member in FakeOsModule
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java489 @Override public void setxattr(String path, String name, byte[] value, int flags) in setxattr() method in BlockGuardOs
H A DForwardingOs.java811 …public void setxattr(String path, String name, byte[] value, int flags) throws ErrnoException { os… in setxattr() method in ForwardingOs
H A DOs.java676 public void setxattr(String path, String name, byte[] value, int flags) throws ErrnoException; in setxattr() method
H A DLinux.java296 …public native void setxattr(String path, String name, byte[] value, int flags) throws ErrnoExcepti… in setxattr() method in Linux
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs1562 pub(crate) fn setxattr( in setxattr() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_os.py3573 def _check_xattrs_str(self, s, getxattr, setxattr, removexattr, listxattr, **kwargs): argument
3640 def setxattr(path, *args): function
/aosp_15_r20/external/crosvm/fuse/src/
H A Dfilesystem.rs927 fn setxattr( in setxattr() method
H A Dserver.rs799 fn setxattr<R: Reader, W: Writer>(&self, in_header: InHeader, mut r: R, w: W) -> Result<usize> { in setxattr() method
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java824 …public static void setxattr(String path, String name, byte[] value, int flags) throws ErrnoExcepti… in setxattr() method in Os
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs2332 pub(crate) fn setxattr( in setxattr() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_darwin_amd64.go550 func setxattr(path string, attr string, data *byte, size int, position uint32, options int) (err er… func
Dzsyscall_darwin_arm64.go550 func setxattr(path string, attr string, data *byte, size int, position uint32, options int) (err er… func
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c785 void setxattr() {} in setxattr() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c865 void setxattr() {} in setxattr() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c807 void setxattr() {} in setxattr() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_25/gen/
Dstub.c865 void setxattr() {} in setxattr() function

12345678910>>...13