Searched refs:posix_fallocate (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | posix_fallocate.cpp | 33 int posix_fallocate(int fd, off_t offset, off_t length) { in posix_fallocate() function
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 119 FUNCTION(posix_fallocate, int (*f)(int, off_t, off_t)); in fcntl_h()
|
/bionic/libc/include/ |
D | fcntl.h | 223 int posix_fallocate(int __fd, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(posix_fallo…
|
/bionic/tests/ |
D | fcntl_test.cpp | 118 ASSERT_EQ(EINVAL, posix_fallocate(tf.fd, 0, -1)); in TEST() 142 ASSERT_EQ(0, posix_fallocate(tf.fd, 0, 3)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 629 posix_fallocate
|
/bionic/docs/ |
D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 733 posix_fallocate; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 733 posix_fallocate; # introduced=21
|
D | Android.bp | 1095 "bionic/posix_fallocate.cpp",
|