Home
last modified time | relevance | path

Searched refs:sync_file_range (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/bionic/
Dsync_file_range.cpp34 int sync_file_range(int fd, off64_t offset, off64_t length, unsigned int flags) { in sync_file_range() function
/bionic/tests/
Dfcntl_test.cpp257 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/
Dfcntl.h94 int sync_file_range(int, off64_t, off64_t, unsigned int) __INTRODUCED_IN(26);
/bionic/libc/
DSYSCALLS.TXT335 int __sync_file_range:sync_file_range(int, off64_t, off64_t, unsigned int) arm64,mips,mips64,x86,x8…
Dlibc.mips64.map1234 sync_file_range; # future
Dlibc.x86_64.map1234 sync_file_range; # future
Dlibc.arm64.map1234 sync_file_range; # future
Dlibc.x86.map1294 sync_file_range; # future
Dlibc.mips.map1296 sync_file_range; # future
Dlibc.arm.map1312 sync_file_range; # future
Dlibc.map.txt1337 sync_file_range; # introduced=26
DAndroid.bp1395 "bionic/sync_file_range.cpp",