/external/openssh/ |
sandbox-systrace.c | 63 { SYS_read, SYSTR_POLICY_PERMIT },
|
/external/chromium_org/components/breakpad/browser/ |
crash_handler_host_linux.cc | 37 #define SYS_read __NR_read 297 // We expect the crashing thread to be in sys_read(), waiting for us to 308 SYS_read, tid_fd, tid_buf_addr); 316 // sys_read() yet or the thread went away. We'll just take a
|
/external/strace/linux/i386/ |
syscallent.h | 34 { 3, TD, sys_read, "read", SYS_read }, /* 3 */ 212 { 5, TD, sys_pread, "pread64", SYS_read }, /* 180 */
|
/external/chromium/chrome/browser/ |
crash_handler_host_linux.cc | 258 // We expect the crashing thread to be in sys_read(), waiting for use to 269 SYS_read, tid_fd, tid_buf_addr); 273 // We didn't find the thread we want. Maybe it didn't reach sys_read()
|
/bionic/libc/include/sys/ |
glibc-syscalls.h | 200 #define SYS_read __NR_read 551 #define SYS_read __NR_read 911 #define SYS_read __NR_read [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
syscall.h | 163 #define SYS_read __NR_read
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
syscall.h | 163 #define SYS_read __NR_read
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
syscall.h | 163 #define SYS_read __NR_read
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.cc | 100 #ifdef SYS_read 101 # define saferead(fd, buffer, size) syscall(SYS_read, fd, buffer, size) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 95 #ifdef SYS_read 96 # define saferead(fd, buffer, size) syscall(SYS_read, fd, buffer, size) [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |