OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:preadv64
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/sys/
uio.h
42
ssize_t preadv(int, const struct iovec*, int, off_t) __RENAME(
preadv64
);
variable
48
ssize_t
preadv64
(int, const struct iovec*, int, off64_t);
/bionic/libc/bionic/
legacy_32_bit_support.cpp
90
ssize_t
preadv64
(int fd, const struct iovec* ios, int count, off64_t offset) {
function
Completed in 61 milliseconds