Searched defs:posix_fadvise64 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dposix_fadvise.cpp38 return posix_fadvise64(fd, offset, length, advice);
42 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { function
47 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { function
/bionic/libc/include/
H A Dfcntl.h78 extern int posix_fadvise(int, off_t, off_t, int) __RENAME(posix_fadvise64); variable
86 extern int posix_fadvise64(int, off64_t, off64_t, int);

Completed in 60 milliseconds