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

  /bionic/libc/arch-arm/syscalls/
pread64.S 5 ENTRY(pread64) function
22 END(pread64)
  /bionic/libc/arch-arm64/syscalls/
pread64.S 5 ENTRY(pread64) function
14 END(pread64)
16 ALIAS_SYMBOL(pread, pread64)
  /bionic/libc/arch-mips/syscalls/
pread64.S 5 ENTRY(pread64) function
19 END(pread64)
  /bionic/libc/arch-mips64/syscalls/
pread64.S 5 ENTRY(pread64) function
25 END(pread64)
27 ALIAS_SYMBOL(pread, pread64)
  /bionic/libc/arch-x86/syscalls/
pread64.S 5 ENTRY(pread64) function
49 END(pread64)
  /bionic/libc/arch-x86_64/syscalls/
pread64.S 5 ENTRY(pread64) function
16 END(pread64)
18 ALIAS_SYMBOL(pread, pread64)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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
  /system/core/libutils/include/utils/
Compat.h 32 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) { function
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 55 #define pread64 pread macro
80 return convertReturnVal(env, pread64(fd, buf, len, offset), JNI_TRUE);
  /bionic/libc/include/
unistd.h 179 __overloadable __RENAME(pread64) __INTRODUCED_IN(12);
193 ssize_t pread64(int __fd, void* __buf, size_t __count, off64_t __offset)
194 __INTRODUCED_IN(12) __overloadable __RENAME_CLANG(pread64);
251 ssize_t __pread64_real(int, void*, size_t, off64_t) __RENAME(pread64) __INTRODUCED_IN(12);
337 ssize_t pread64(int fd, void* buf, size_t count, off64_t offset) __overloadable
341 ssize_t pread64(int fd, void* buf, size_t count, off64_t offset) __overloadable
346 ssize_t pread64(int fd, void* const __pass_object_size0 buf, size_t count,
513 __errordecl(__pread64_dest_size_error, "pread64 called with size bigger than destination");
514 __errordecl(__pread64_count_toobig_error, "pread64 called with count > SSIZE_MAX");
574 ssize_t pread64(int fd, void* buf, size_t count, off64_t offset) function
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3860 LSS_INLINE ssize_t LSS_NAME(pread64)(int f, void *b, size_t c, loff_t o) { function
    [all...]

Completed in 302 milliseconds