Searched refs:__NR_open (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/content/common/sandbox_linux/
H A Dbpf_gpu_policy_linux.cc94 case __NR_open:
131 case __NR_open:
168 case __NR_open:
H A Dbpf_cros_arm_gpu_policy_linux.cc141 case __NR_open:
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall_unittest.cc134 ASSERT_LE(0, fd = SandboxSyscall(__NR_open, "/dev/null", O_RDWR, 0L));
167 ASSERT_GE(fd = SandboxSyscall(__NR_open, "/proc/self/exe", O_RDONLY, 0L), 0);
H A Dsandbox_bpf_unittest.cc706 case __NR_open:
729 case __NR_open:
799 case __NR_open:
/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h39 #define __NR_open 2 macro
H A Dvki-scnums-s390x-linux.h48 #define __NR_open 5 macro
H A Dvki-scnums-arm-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-ppc32-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-ppc64-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-x86-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-darwin.h200 #define __NR_open VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(5) macro
H A Dvki-scnums-mips32-linux.h45 #define __NR_open (__NR_Linux + 5) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h21 #if !defined(__NR_open)
22 #define __NR_open 2 macro
H A Dx86_32_linux_syscalls.h33 #if !defined(__NR_open)
34 #define __NR_open 5 macro
H A Darm_linux_syscalls.h38 #if !defined(__NR_open)
39 #define __NR_open (__NR_SYSCALL_BASE+5) macro
H A Dbroker_process.cc428 int opened_fd = syscall(__NR_open, file_to_open, flags, 0);
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h13 #define __NR_open 5 macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c57 // __NR_open 5
58 GO(__NR_open, "(2-args) 2s 1m");
59 SY(__NR_open, x0, x0); FAIL;
64 GO(__NR_open, "(3-args) 1s 0m");
65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc95 return internal_syscall(__NR_open, filename, flags);
99 return internal_syscall(__NR_open, filename, flags, mode);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c245 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode);
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c37 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;
/external/kernel-headers/original/asm-mips/
H A Dunistd.h28 #define __NR_open (__NR_Linux + 5) macro
389 #define __NR_open (__NR_Linux + 2) macro
712 #define __NR_open (__NR_Linux + 2) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc115 case __NR_open:
/external/kernel-headers/original/asm-arm/
H A Dunistd.h33 #define __NR_open (__NR_SYSCALL_BASE+ 5) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c121 SysRes res = VG_(do_syscall3)(__NR_open,

Completed in 1035 milliseconds

12