OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:posix_fadvise64
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
posix_fadvise.cpp
38
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/
fcntl.h
78
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 1585 milliseconds