HomeSort by relevance Sort by last modified time
    Searched defs:__NR_newfstatat (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 153 #ifndef __NR_newfstatat
154 #define __NR_newfstatat 262
156 return syscall(__NR_newfstatat, dfd, path, statbuf, flag);
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 349 #define __NR_newfstatat 262
unistd_x32.h 307 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 349 #define __NR_newfstatat 262
unistd_x32.h 310 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 349 #define __NR_newfstatat 262
unistd_x32.h 310 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 266 #define __NR_newfstatat 262
unistd_x32.h 233 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 326 #if !defined(__NR_newfstatat)
327 #define __NR_newfstatat 79
mips64_linux_syscalls.h 1022 #if !defined(__NR_newfstatat)
1023 #define __NR_newfstatat (__NR_Linux + 252)
x86_64_linux_syscalls.h 1061 #if !defined(__NR_newfstatat)
1062 #define __NR_newfstatat 262
  /external/strace/
scno.h 794 #ifndef __NR_newfstatat
795 # define __NR_newfstatat (SYSCALL_BIT | 262)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 346 #define __NR_newfstatat 262
vki-scnums-mips64-linux.h 291 #define __NR_newfstatat (__NR_Linux + 252)
vki-scnums-s390x-linux.h 349 #define __NR_newfstatat 293
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 589 #define __NR_newfstatat 262
590 __SYSCALL(__NR_newfstatat, sys_newfstatat)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 711 #define __NR_newfstatat 1054
713 __SYSCALL(__NR_newfstatat, sys_newfstatat)
808 #define __NR_newfstatat __NR3264_fstatat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 781 #define __NR_newfstatat 1054
783 __SYSCALL(__NR_newfstatat, sys_newfstatat)
879 #define __NR_newfstatat __NR3264_fstatat
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 349 #define __NR_newfstatat 262
unistd_x32.h 310 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 349 #define __NR_newfstatat 262
unistd_x32.h 310 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 349 #define __NR_newfstatat 262
unistd_x32.h 310 #define __NR_newfstatat (__X32_SYSCALL_BIT + 262)

Completed in 584 milliseconds

1 2 3 4 5