Searched refs:sync_file_range (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/bionic/ |
D | sync_file_range.cpp | 34 int sync_file_range(int fd, off64_t offset, off64_t length, unsigned int flags) { in sync_file_range() function
|
/bionic/tests/ |
D | fcntl_test.cpp | 257 TEST(fcntl, sync_file_range) { in TEST() argument 260 ASSERT_EQ(-1, sync_file_range(-1, 0, 0, 0)); in TEST() 264 ASSERT_EQ(0, sync_file_range(tf.fd, 0, 0, 0)); in TEST() 269 ASSERT_EQ(-1, sync_file_range(tf.fd, 0, 0, ~0)); in TEST()
|
/bionic/libc/include/ |
D | fcntl.h | 94 int sync_file_range(int, off64_t, off64_t, unsigned int) __INTRODUCED_IN(26);
|
/bionic/libc/ |
D | SYSCALLS.TXT | 335 int __sync_file_range:sync_file_range(int, off64_t, off64_t, unsigned int) arm64,mips,mips64,x86,x8…
|
D | libc.mips64.map | 1234 sync_file_range; # future
|
D | libc.x86_64.map | 1234 sync_file_range; # future
|
D | libc.arm64.map | 1234 sync_file_range; # future
|
D | libc.x86.map | 1294 sync_file_range; # future
|
D | libc.mips.map | 1296 sync_file_range; # future
|
D | libc.arm.map | 1312 sync_file_range; # future
|
D | libc.map.txt | 1337 sync_file_range; # introduced=26
|
D | Android.bp | 1395 "bionic/sync_file_range.cpp",
|