Searched refs:posix_fadvise64 (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | posix_fadvise.cpp | 38 return posix_fadvise64(fd, offset, length, advice); in posix_fadvise() 42 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { in posix_fadvise64() function 47 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { in posix_fadvise64() function
|
/bionic/libc/include/ |
D | fcntl.h | 199 …int __fd, off_t __offset, off_t __length, int __advice) __RENAME_IF_FILE_OFFSET64(posix_fadvise64); 201 int posix_fadvise64(int __fd, off64_t __offset, off64_t __length, int __advice);
|
/bionic/tests/ |
D | fcntl_test.cpp | 97 EXPECT_EQ(EBADF, posix_fadvise64(-1, 0, 0, POSIX_FADV_NORMAL)); in TEST() 103 EXPECT_EQ(EINVAL, posix_fadvise64(tf.fd, 0, 0, -1)); in TEST() 107 EXPECT_EQ(0, posix_fadvise64(tf.fd, 0, 0, POSIX_FADV_NORMAL)); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 196 # posix_fadvise64 is awkward: arm has shuffled arguments,
|
D | libc.map.txt | 732 posix_fadvise64; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 732 posix_fadvise64; # introduced=21
|