HomeSort by relevance Sort by last modified time
    Searched defs:pread64 (Results 1 - 8 of 8) sorted by null

  /bionic/libc/arch-arm/syscalls/
pread64.S 6 ENTRY(pread64) function
18 END(pread64)
  /bionic/libc/arch-mips/syscalls/
pread64.S 4 .globl pread64
6 .ent pread64
8 pread64: label
22 .end pread64
  /bionic/libc/arch-x86/syscalls/
pread64.S 6 ENTRY(pread64) function
33 END(pread64)
  /frameworks/native/include/utils/
Compat.h 35 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
unistd.h 58 __off64_t __offset), pread64) __wur;
68 __wur __warnattr ("pread64 called with bigger length than size of "
106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h 58 __off64_t __offset), pread64) __wur;
68 __wur __warnattr ("pread64 called with bigger length than size of "
106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h 58 __off64_t __offset), pread64) __wur;
68 __wur __warnattr ("pread64 called with bigger length than size of "
106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /libcore/luni/src/main/native/
Portability.h 38 #define pread64 pread macro

Completed in 485 milliseconds