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

  /bionic/libc/arch-arm/syscalls/
pwrite64.S 5 ENTRY(pwrite64) function
22 END(pwrite64)
  /bionic/libc/arch-arm64/syscalls/
pwrite64.S 5 ENTRY(pwrite64) function
14 END(pwrite64)
16 ALIAS_SYMBOL(pwrite, pwrite64)
  /bionic/libc/arch-mips/syscalls/
pwrite64.S 5 ENTRY(pwrite64) function
19 END(pwrite64)
  /bionic/libc/arch-mips64/syscalls/
pwrite64.S 5 ENTRY(pwrite64) function
25 END(pwrite64)
27 ALIAS_SYMBOL(pwrite, pwrite64)
  /bionic/libc/arch-x86/syscalls/
pwrite64.S 5 ENTRY(pwrite64) function
49 END(pwrite64)
  /bionic/libc/arch-x86_64/syscalls/
pwrite64.S 5 ENTRY(pwrite64) function
16 END(pwrite64)
18 ALIAS_SYMBOL(pwrite, pwrite64)
  /system/core/include/utils/
Compat.h 36 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) { function
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 52 #define pwrite64 pwrite macro
105 return convertReturnVal(env, pwrite64(fd, buf, len, offset), JNI_FALSE);
  /bionic/libc/include/
unistd.h 182 off_t __offset) __RENAME(pwrite64); variable
194 extern ssize_t pwrite64(int __fd, const void* __buf, size_t __count,
271 __errordecl(__pwrite64_dest_size_error, "pwrite64 called with size bigger than destination");
272 __errordecl(__pwrite64_count_toobig_error, "pwrite64 called with count > SSIZE_MAX");
273 extern ssize_t __pwrite64_real(int, const void*, size_t, off64_t) __RENAME(pwrite64); variable
416 ssize_t pwrite64(int fd, const void* buf, size_t count, off64_t offset) { function
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3865 LSS_INLINE ssize_t LSS_NAME(pwrite64)(int f, const void *b, size_t c, function
    [all...]

Completed in 269 milliseconds