Home
last modified time | relevance | path

Searched defs:copy_file_range (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/strace/
H A Dcopy_file_range.c30 SYS_FUNC(copy_file_range) in SYS_FUNC() argument
/aosp_15_r20/external/musl/src/linux/
H A Dcopy_file_range.c5 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/
Dcopy_file_range.rs12 pub fn copy_file_range<InFd: AsFd, OutFd: AsFd>( in copy_file_range() function
Dmod.rs8 mod copy_file_range; module
/aosp_15_r20/external/libfuse/include/
H A Dfuse_lowlevel.h1337 void (*copy_file_range) (fuse_req_t req, fuse_ino_t ino_in, member
H A Dfuse.h820 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/
Dsyscalls.rs1446 pub(crate) fn copy_file_range( in copy_file_range() function
/aosp_15_r20/external/crosvm/fuse/src/
H A Dfilesystem.rs1187 fn copy_file_range( in copy_file_range() method
H A Dserver.rs1538 fn copy_file_range<R: Reader, W: Writer>( in copy_file_range() method
/aosp_15_r20/bionic/tests/
H A Dunistd_test.cpp1738 TEST(UNISTD_TEST, copy_file_range) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1135 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/
Dstub.c1413 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/
Dstub.c1418 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/
Dstub.c1420 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/
Dstub.c1413 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/
Dstub.c1420 void copy_file_range() {} in copy_file_range() function
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs3417 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/
Dstub.c1418 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/
Dstub.c1413 void copy_file_range() {} in copy_file_range() function
/aosp_15_r20/external/crosvm/jail/seccomp/x86_64/
H A Dconstants.json2239 "copy_file_range": 326, number
/aosp_15_r20/external/crosvm/jail/seccomp/riscv64/
H A Dconstants.json2164 "copy_file_range": 285, number
/aosp_15_r20/external/crosvm/jail/seccomp/aarch64/
H A Dconstants.json2170 "copy_file_range": 285, number
/aosp_15_r20/external/crosvm/jail/seccomp/arm/
H A Dconstants.json2250 "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 Dmod.rs4960 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 Dmod.rs4955 pub fn copy_file_range( in copy_file_range() function

12