Home
last modified time | relevance | path

Searched refs:posix_fallocate64 (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dfcntl.h209 …x_fallocate(int __fd, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(posix_fallocate64);
211 int posix_fallocate64(int __fd, off64_t __offset, off64_t __length);
/bionic/libc/bionic/
Dposix_fallocate.cpp38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64() function
/bionic/tests/
Dfcntl_test.cpp129 ASSERT_EQ(EINVAL, posix_fallocate64(tf.fd, 0, -1)); in TEST()
153 ASSERT_EQ(0, posix_fallocate64(tf.fd, 0, 4)); in TEST()
/bionic/libc/
Dlibc.map.txt734 posix_fallocate64; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt734 posix_fallocate64; # introduced=21