HomeSort by relevance Sort by last modified time
    Searched defs:RLIMIT_NOFILE (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-mips/asm/
resource.h 21 #define RLIMIT_NOFILE 5
  /external/kernel-headers/original/uapi/asm-mips/asm/
resource.h 18 #define RLIMIT_NOFILE 5 /* max number of open files */
  /bionic/libc/kernel/uapi/asm-generic/
resource.h 32 #ifndef RLIMIT_NOFILE
33 #define RLIMIT_NOFILE 7
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 30 #ifndef RLIMIT_NOFILE
31 # define RLIMIT_NOFILE 7 /* max number of open files */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 29 #ifndef RLIMIT_NOFILE
30 # define RLIMIT_NOFILE 7 /* max number of open files */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 93 #define RLIMIT_NOFILE 8 /* number of open files */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 63 RLIMIT_NOFILE = 7,
64 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */
65 #define RLIMIT_NOFILE RLIMIT_NOFILE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 63 RLIMIT_NOFILE = 7,
64 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */
65 #define RLIMIT_NOFILE RLIMIT_NOFILE
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 332 RLIMIT_NOFILE = 5
  /external/python/cpython2/Lib/plat-atheos/
IN.py 503 RLIMIT_NOFILE = 8
  /libcore/luni/src/main/java/android/system/
OsConstants.java 402 /** @hide */ public static final int RLIMIT_NOFILE = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 868 RLIMIT_NOFILE = 5
STROPTS.py 871 RLIMIT_NOFILE = 5
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 725 RLIMIT_NOFILE = 0x8
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go 673 RLIMIT_NOFILE = 0x5
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 725 RLIMIT_NOFILE = 0x8
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go 673 RLIMIT_NOFILE = 0x5
    [all...]

Completed in 538 milliseconds

1 2 3