Searched refs:posix_fallocate64 (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 223 …int __fd, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(posix_fallocate64) __INTRODUCE… 225 int posix_fallocate64(int __fd, off64_t __offset, off64_t __length) __INTRODUCED_IN(21);
|
/bionic/libc/bionic/ |
D | posix_fallocate.cpp | 38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64() function
|
/bionic/tests/ |
D | fcntl_test.cpp | 122 ASSERT_EQ(EINVAL, posix_fallocate64(tf.fd, 0, -1)); in TEST() 146 ASSERT_EQ(0, posix_fallocate64(tf.fd, 0, 4)); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 734 posix_fallocate64; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 734 posix_fallocate64; # introduced=21
|