Home
last modified time | relevance | path

Searched refs:copy_file_range (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dunistd.h397 ssize_t copy_file_range(int __fd_in, off64_t* _Nullable __off_in, int __fd_out, off64_t* _Nullable …
/bionic/tests/
Dunistd_test.cpp1737 TEST(UNISTD_TEST, copy_file_range) { in TEST() argument
1745 ASSERT_EQ(11, copy_file_range(tf.fd, NULL, tf2.fd, NULL, 11, 0)); in TEST()
/bionic/docs/
Dstatus.md81 * `close_range` and `copy_file_range` (Linux-specific GNU extensions).
/bionic/libc/
DSYSCALLS.TXT117 ssize_t copy_file_range(int, off64_t*, int, off64_t*, size_t, unsigned int) all
Dlibc.map.txt1581 copy_file_range;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1581 copy_file_range;