Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfcntl.h223 …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/
Dposix_fallocate.cpp38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64() function
/bionic/tests/
Dfcntl_test.cpp122 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/
Dlibc.map.txt734 posix_fallocate64; # introduced=21
/bionic/libc/
Dlibc.map.txt734 posix_fallocate64; # introduced=21