Home
last modified time | relevance | path

Searched refs:posix_fallocate (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/bionic/
Dposix_fallocate.cpp33 int posix_fallocate(int fd, off_t offset, off_t length) { in posix_fallocate() function
/bionic/libc/include/
Dfcntl.h82 int posix_fallocate(int, off_t, off_t) __RENAME(posix_fallocate64) __INTRODUCED_IN(21);
86 int posix_fallocate(int, off_t, off_t) __INTRODUCED_IN(21);
/bionic/tests/
Dfcntl_test.cpp117 ASSERT_EQ(EINVAL, posix_fallocate(tf.fd, 0, -1)); in TEST()
141 ASSERT_EQ(0, posix_fallocate(tf.fd, 0, 3)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt629 posix_fallocate
/bionic/libc/
Dlibc.mips64.map655 posix_fallocate; # introduced=21
Dlibc.x86_64.map655 posix_fallocate; # introduced=21
Dlibc.arm64.map655 posix_fallocate; # introduced=21
Dlibc.x86.map704 posix_fallocate; # introduced=21
Dlibc.mips.map706 posix_fallocate; # introduced=21
Dlibc.arm.map708 posix_fallocate; # introduced=21
Dlibc.map.txt732 posix_fallocate; # introduced=21
DAndroid.bp1345 "bionic/posix_fallocate.cpp",