Searched refs:posix_fadvise (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | fcntl_test.cpp | 83 TEST(fcntl, posix_fadvise) { in TEST() argument 87 EXPECT_EQ(EBADF, posix_fadvise(-1, 0, 0, POSIX_FADV_NORMAL)); in TEST() 93 EXPECT_EQ(EINVAL, posix_fadvise(tf.fd, 0, 0, -1)); in TEST() 99 EXPECT_EQ(0, posix_fadvise(tf.fd, 0, 0, POSIX_FADV_NORMAL)); in TEST()
|
/bionic/libc/bionic/ |
D | posix_fadvise.cpp | 37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { in posix_fadvise() function
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 118 FUNCTION(posix_fadvise, int (*f)(int, off_t, off_t, int)); in fcntl_h()
|
/bionic/libc/include/ |
D | fcntl.h | 211 int posix_fadvise(int __fd, off_t __offset, off_t __length, int __advice) __RENAME_IF_FILE_OFFSET64…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 628 posix_fadvise
|
/bionic/docs/ |
D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 184 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
|
D | libc.map.txt | 731 posix_fadvise; # introduced=21
|
D | Android.bp | 1094 "bionic/posix_fadvise.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 731 posix_fadvise; # introduced=21
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_012.S | 1971 CALL(posix_fadvise)
|