HomeSort by relevance Sort by last modified time
    Searched refs:SYS_close (Results 1 - 8 of 8) sorted by null

  /external/openssh/
sandbox-systrace.c 54 { SYS_close, SYSTR_POLICY_PERMIT },
  /bionic/libc/include/sys/
glibc-syscalls.h 30 #define SYS_close __NR_close
375 #define SYS_close __NR_close
730 #define SYS_close __NR_close
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 28 #define SYS_close __NR_close
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 28 #define SYS_close __NR_close
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 28 #define SYS_close __NR_close
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 105 #ifdef SYS_close
106 # define safeclose(fd) syscall(SYS_close, fd)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 100 #ifdef SYS_close
101 # define safeclose(fd) syscall(SYS_close, fd)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 309 milliseconds