Home
last modified time | relevance | path

Searched defs:fchmod (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/musl/src/stat/
H A Dfchmod.c6 int fchmod(int fd, mode_t mode) in fchmod() function
/aosp_15_r20/external/trusty/musl/src/stat/
Dfchmod.c6 int fchmod(int fd, mode_t mode) in fchmod() function
/aosp_15_r20/bionic/libc/bionic/
H A Dfchmod.cpp40 int fchmod(int fd, mode_t mode) { in fchmod() function
/aosp_15_r20/external/strace/
H A Dchmod.c26 SYS_FUNC(fchmod) in SYS_FUNC() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dfd.rs122 pub fn fchmod<Fd: AsFd>(fd: Fd, mode: Mode) -> io::Result<()> { in fchmod() function
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dstat.rs272 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1312 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
1317 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dposix_compat.h415 inline int fchmod(int fd, int perms) { in fchmod() function
/aosp_15_r20/prebuilts/go/linux-x86/misc/wasm/
Dwasm_exec.js38 fchmod(fd, mode, callback) { callback(enosys()); }, method
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java173 @Override public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { in fchmod() method in BlockGuardOs
H A DForwardingOs.java236 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { os.fchmod(fd, mode); } in fchmod() method in ForwardingOs
H A DOs.java176 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException; in fchmod() method
H A DLinux.java79 public native void fchmod(FileDescriptor fd, int mode) throws ErrnoException; in fchmod() method in Linux
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java396 static native void fchmod(int fd, int mode) throws UnixException; in fchmod() method in UnixNativeDispatcher
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs144 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java169 …public static void fchmod(FileDescriptor fd, int mode) throws ErrnoException { Libcore.os.fchmod(f… in fchmod() method in Os
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c236 void fchmod() {} in fchmod() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs710 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs709 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c264 void fchmod() {} in fchmod() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs710 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/
H A Dmod.rs709 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs710 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/
Dmod.rs749 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c236 void fchmod() {} in fchmod() function

12345678910>>...13