Searched refs:posix_fallocate64 (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | posix_fallocate.cpp | 38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64() function
|
/bionic/libc/include/ |
D | fcntl.h | 82 int posix_fallocate(int, off_t, off_t) __RENAME(posix_fallocate64) __INTRODUCED_IN(21); 90 int posix_fallocate64(int, off64_t, off64_t) __INTRODUCED_IN(21);
|
/bionic/tests/ |
D | fcntl_test.cpp | 121 ASSERT_EQ(EINVAL, posix_fallocate64(tf.fd, 0, -1)); in TEST() 145 ASSERT_EQ(0, posix_fallocate64(tf.fd, 0, 4)); in TEST()
|
/bionic/libc/ |
D | libc.mips64.map | 656 posix_fallocate64; # introduced=21
|
D | libc.x86_64.map | 656 posix_fallocate64; # introduced=21
|
D | libc.arm64.map | 656 posix_fallocate64; # introduced=21
|
D | libc.x86.map | 705 posix_fallocate64; # introduced=21
|
D | libc.mips.map | 707 posix_fallocate64; # introduced=21
|
D | libc.arm.map | 709 posix_fallocate64; # introduced=21
|
D | libc.map.txt | 733 posix_fallocate64; # introduced=21
|