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

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 50 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 27 #define __NR_open 5
  /external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc 244 case __NR_open:
365 case __NR_open:
    [all...]
  /external/chromium_org/sandbox/linux/services/
arm_linux_syscalls.h 38 #if !defined(__NR_open)
39 #define __NR_open (__NR_SYSCALL_BASE+5)
broker_process.cc 430 int opened_fd = syscall(__NR_open, file_to_open, flags, 0);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 95 return internal_syscall(__NR_open, filename, flags);
99 return internal_syscall(__NR_open, filename, flags, mode);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_64.h 19 #define __NR_open 2
20 __SYSCALL(__NR_open, sys_open)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h 19 #define __NR_open 2
20 __SYSCALL(__NR_open, sys_open)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h 19 #define __NR_open 2
20 __SYSCALL(__NR_open, sys_open)
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 51 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 245 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode);
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 37 GO(__NR_open, 5, "(2-args) 2s 1m");
38 SY(__NR_open, x0, x0); FAIL;
42 GO(__NR_open, 5, "(3-args) 1s 0m");
43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 51 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 51 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 51 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
unistd.h 28 #define __NR_open (__NR_SYSCALL_BASE+ 5)

Completed in 108 milliseconds

1 23 4 5 6