/aosp_15_r20/external/strace/ |
H A D | copy_file_range.c | 30 SYS_FUNC(copy_file_range) in SYS_FUNC() argument
|
/aosp_15_r20/external/musl/src/linux/ |
H A D | copy_file_range.c | 5 ssize_t copy_file_range(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned … in copy_file_range() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | copy_file_range.rs | 12 pub fn copy_file_range<InFd: AsFd, OutFd: AsFd>( in copy_file_range() function
|
D | mod.rs | 8 mod copy_file_range; module
|
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse_lowlevel.h | 1337 void (*copy_file_range) (fuse_req_t req, fuse_ino_t ino_in, member
|
H A D | fuse.h | 820 ssize_t (*copy_file_range) (const char *path_in, member
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 1446 pub(crate) fn copy_file_range( in copy_file_range() function
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | filesystem.rs | 1187 fn copy_file_range( in copy_file_range() method
|
H A D | server.rs | 1538 fn copy_file_range<R: Reader, W: Writer>( in copy_file_range() method
|
/aosp_15_r20/bionic/tests/ |
H A D | unistd_test.cpp | 1738 TEST(UNISTD_TEST, copy_file_range) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1135 pub(crate) fn copy_file_range( in copy_file_range() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_34/gen/ |
D | stub.c | 1413 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc/android_product_arm64_armv8-2a_cortex-a55_shared/gen/ |
D | stub.c | 1418 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc/android_recovery_arm64_armv8-2a_cortex-a55_shared_current/gen/ |
D | stub.c | 1420 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_current/gen/ |
D | stub.c | 1413 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc/android_arm64_armv8-2a_cortex-a55_shared_current/gen/ |
D | stub.c | 1420 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | passthrough.rs | 3417 fn copy_file_range( in copy_file_range() method
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc/android_vendor_arm64_armv8-2a_cortex-a55_shared/gen/ |
D | stub.c | 1418 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_35/gen/ |
D | stub.c | 1413 void copy_file_range() {} in copy_file_range() function
|
/aosp_15_r20/external/crosvm/jail/seccomp/x86_64/ |
H A D | constants.json | 2239 "copy_file_range": 326, number
|
/aosp_15_r20/external/crosvm/jail/seccomp/riscv64/ |
H A D | constants.json | 2164 "copy_file_range": 285, number
|
/aosp_15_r20/external/crosvm/jail/seccomp/aarch64/ |
H A D | constants.json | 2170 "copy_file_range": 285, number
|
/aosp_15_r20/external/crosvm/jail/seccomp/arm/ |
H A D | constants.json | 2250 "copy_file_range": 391, number
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4960 pub fn copy_file_range( in copy_file_range() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4955 pub fn copy_file_range( in copy_file_range() function
|