Searched refs:__NR_getdents64 (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/base/
H A Ddir_reader_linux.h59 const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_));
/external/chromium_org/base/files/
H A Ddir_reader_linux.h59 const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_));
/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h300 #define __NR_getdents64 217 macro
H A Dvki-scnums-s390x-linux.h192 #define __NR_getdents64 220 macro
H A Dvki-scnums-arm-linux.h254 #define __NR_getdents64 217 macro
H A Dvki-scnums-ppc32-linux.h241 #define __NR_getdents64 202 macro
H A Dvki-scnums-ppc64-linux.h239 #define __NR_getdents64 202 macro
H A Dvki-scnums-x86-linux.h258 #define __NR_getdents64 220 macro
H A Dvki-scnums-mips32-linux.h259 #define __NR_getdents64 (__NR_Linux + 219) macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h528 #ifndef __NR_getdents64
529 #define __NR_getdents64 220 macro
572 #ifndef __NR_getdents64
573 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
589 #ifndef __NR_getdents64
590 #define __NR_getdents64 217 macro
608 #ifndef __NR_getdents64
609 #define __NR_getdents64 (__NR_Linux + 219) macro
674 #ifndef __NR_getdents64
675 #define __NR_getdents64 20 macro
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h514 #ifndef __NR_getdents64
515 #define __NR_getdents64 220 macro
558 #ifndef __NR_getdents64
559 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
575 #ifndef __NR_getdents64
576 #define __NR_getdents64 217 macro
594 #ifndef __NR_getdents64
595 #define __NR_getdents64 (__NR_Linux + 219) macro
660 #ifndef __NR_getdents64
661 #define __NR_getdents64 20 macro
[all...]
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h881 #if !defined(__NR_getdents64)
882 #define __NR_getdents64 217 macro
H A Dx86_32_linux_syscalls.h893 #if !defined(__NR_getdents64)
894 #define __NR_getdents64 220 macro
H A Darm_linux_syscalls.h722 #if !defined(__NR_getdents64)
723 #define __NR_getdents64 (__NR_SYSCALL_BASE+217) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h229 #define __NR_getdents64 220 macro
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddemo.cc263 case __NR_getdents: case __NR_getdents64:
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc203 case __NR_getdents64: // EPERM not a valid errno.
/external/kernel-headers/original/asm-arm/
H A Dunistd.h245 #define __NR_getdents64 (__NR_SYSCALL_BASE+217) macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h242 #define __NR_getdents64 (__NR_Linux + 219) macro
1009 #define __NR_getdents64 (__NR_Linux + 299) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c973 // __NR_getdents64 220
974 GO(__NR_getdents64, "3s 1m");
975 SY(__NR_getdents64, x0, x0, x0+1); FAIL;
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1553 // __NR_getdents64 220
1554 GO(__NR_getdents64, "3s 1m");
1555 SY(__NR_getdents64, x0, x0, x0+1); FAIL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1342 GENXY(__NR_getdents64, sys_getdents64), // 202
H A Dsyswrap-amd64-linux.c1332 GENXY(__NR_getdents64, sys_getdents64), // 217
H A Dsyswrap-ppc32-linux.c1700 GENXY(__NR_getdents64, sys_getdents64), // 202
H A Dsyswrap-s390x-linux.c1381 GENXY(__NR_getdents64, sys_getdents64), // 220

Completed in 304 milliseconds

12