/aosp_15_r20/external/musl/src/stat/ |
H A D | fchmod.c | 6 int fchmod(int fd, mode_t mode) in fchmod() function
|
/aosp_15_r20/external/trusty/musl/src/stat/ |
D | fchmod.c | 6 int fchmod(int fd, mode_t mode) in fchmod() function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | fchmod.cpp | 40 int fchmod(int fd, mode_t mode) { in fchmod() function
|
/aosp_15_r20/external/strace/ |
H A D | chmod.c | 26 SYS_FUNC(fchmod) in SYS_FUNC() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | fd.rs | 122 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/ |
D | stat.rs | 272 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/ |
D | syscalls.rs | 1312 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 D | posix_compat.h | 415 inline int fchmod(int fd, int perms) { in fchmod() function
|
/aosp_15_r20/prebuilts/go/linux-x86/misc/wasm/ |
D | wasm_exec.js | 38 fchmod(fd, mode, callback) { callback(enosys()); }, method
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | BlockGuardOs.java | 173 @Override public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { in fchmod() method in BlockGuardOs
|
H A D | ForwardingOs.java | 236 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { os.fchmod(fd, mode); } in fchmod() method in ForwardingOs
|
H A D | Os.java | 176 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException; in fchmod() method
|
H A D | Linux.java | 79 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 D | UnixNativeDispatcher.java | 396 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/ |
D | syscalls.rs | 144 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 D | Os.java | 169 …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/ |
D | stub.c | 236 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 D | mod.rs | 710 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 D | mod.rs | 709 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/ |
D | stub.c | 264 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 D | mod.rs | 710 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 D | mod.rs | 709 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 D | mod.rs | 710 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/ |
D | mod.rs | 749 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/ |
D | stub.c | 236 void fchmod() {} in fchmod() function
|