HomeSort by relevance Sort by last modified time
    Searched refs:__NR_sync_file_range (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
unistd_32.h 410 #define __NR_sync_file_range 314
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
unistd_32.h 410 #define __NR_sync_file_range 314
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
unistd.h 147 #define __NR_sync_file_range 84
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
unistd.h 147 #define __NR_sync_file_range 84
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
unistd.h 147 #define __NR_sync_file_range 84
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
unistd.h 147 #define __NR_sync_file_range 84
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
unistd_32.h 409 #define __NR_sync_file_range 314
unistd_x32.h 326 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
unistd.h 147 #define __NR_sync_file_range 84
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_32.h 409 #define __NR_sync_file_range 314
unistd_x32.h 326 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
unistd.h 147 #define __NR_sync_file_range 84
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 410 #define __NR_sync_file_range 314
  /external/chromium_org/sandbox/linux/services/
mips_linux_syscalls.h 1236 #if !defined(__NR_sync_file_range)
1237 #define __NR_sync_file_range (__NR_Linux + 305)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
unistd_64.h 619 #define __NR_sync_file_range 277
620 __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 619 #define __NR_sync_file_range 277
620 __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_x32.h 326 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
  /development/ndk/platforms/android-L/arch-x86/include/asm/
unistd_x32.h 326 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
unistd_x32.h 326 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
  /external/e2fsprogs/misc/
e4defrag.c 211 #ifndef __NR_sync_file_range
213 #error Your kernel headers dont define __NR_sync_file_range
227 #ifdef __NR_sync_file_range
228 return syscall(__NR_sync_file_range, fd, offset, length, flag);
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_x32.h 248 #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277)
  /external/valgrind/main/include/vki/
vki-scnums-mips64-linux.h 303 #define __NR_sync_file_range (__NR_Linux + 264)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 405 #define __NR_sync_file_range (__NR_Linux + 305)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 405 #define __NR_sync_file_range (__NR_Linux + 305)
    [all...]
  /development/ndk/platforms/android-L/arch-mips/include/asm/
unistd.h 405 #define __NR_sync_file_range (__NR_Linux + 305)
    [all...]

Completed in 1132 milliseconds

1 23 4 5