Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dposix_fallocate.cpp38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64() function
/bionic/libc/include/
Dfcntl.h82 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/
Dfcntl_test.cpp121 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/
Dlibc.mips64.map656 posix_fallocate64; # introduced=21
Dlibc.x86_64.map656 posix_fallocate64; # introduced=21
Dlibc.arm64.map656 posix_fallocate64; # introduced=21
Dlibc.x86.map705 posix_fallocate64; # introduced=21
Dlibc.mips.map707 posix_fallocate64; # introduced=21
Dlibc.arm.map709 posix_fallocate64; # introduced=21
Dlibc.map.txt733 posix_fallocate64; # introduced=21