HomeSort by relevance Sort by last modified time
    Searched refs:__NR_getdents64 (Results 1 - 25 of 54) sorted by null

1 2 3

  /bionic/libc/arch-arm/syscalls/
getdents.S 8 ldr r7, =__NR_getdents64
  /bionic/libc/arch-sh/syscalls/
getdents.S 31 0: .long __NR_getdents64
  /bionic/libc/arch-x86/syscalls/
getdents.S 16 movl $__NR_getdents64, %eax
  /external/chromium/base/
dir_reader_linux.h 59 const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_));
  /bionic/libc/include/sys/
linux-syscalls.h 146 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
206 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
251 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 143 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
201 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
244 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 143 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
201 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
244 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 143 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
201 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
244 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 143 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
201 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
244 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
linux-syscalls.h 139 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
193 #define __NR_getdents64 (__NR_SYSCALL_BASE + 220)
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 300 #define __NR_getdents64 217
vki-scnums-ppc32-linux.h 241 #define __NR_getdents64 202
vki-scnums-ppc64-linux.h 239 #define __NR_getdents64 202
  /bionic/libc/kernel/arch-sh/asm/
unistd_32.h 235 #define __NR_getdents64 220
unistd_64.h 265 #define __NR_getdents64 248
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 236 #define __NR_getdents64 220

Completed in 649 milliseconds

1 2 3