Searched refs:posix_fallocate (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dposix_fallocate.cpp33 int posix_fallocate(int fd, off_t offset, off_t length) { function
/bionic/libc/include/
H A Dfcntl.h79 extern int posix_fallocate(int, off_t, off_t) __RENAME(posix_fallocate); variable
83 extern int posix_fallocate(int, off_t, off_t);
/bionic/tests/
H A Dfcntl_test.cpp97 // posix_fallocate/posix_fallocate64 return an errno value.
108 ASSERT_EQ(EINVAL, posix_fallocate(tf.fd, 0, -1));
132 ASSERT_EQ(0, posix_fallocate(tf.fd, 0, 3));
/bionic/libc/
H A DAndroid.mk182 bionic/posix_fallocate.cpp \

Completed in 97 milliseconds