Home
last modified time | relevance | path

Searched refs:sendfile64 (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsendfile.h14 #define sendfile64 sendfile macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsendfile.h14 #define sendfile64 sendfile macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsendfile.h14 #define sendfile64 sendfile macro
/third_party/musl/src/linux/
H A Dsendfile.c9 weak_alias(sendfile, sendfile64);
/third_party/musl/include/sys/
H A Dsendfile.h14 #define sendfile64 sendfile macro
/third_party/rust/crates/nix/src/sys/
H A Dsendfile.rs53 pub fn sendfile64( in sendfile64() functions
62 let ret = unsafe { libc::sendfile64(out_fd, in_fd, offset, count) }; in sendfile64()
/third_party/rust/crates/nix/test/
H A Dtest_sendfile.rs48 let res = sendfile64(wr, tmp.as_raw_fd(), Some(&mut offset), 2).unwrap(); in test_sendfile64_linux()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4239 pub fn sendfile64( in sendfile64() functions

Completed in 19 milliseconds