/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 #define RLIMIT_NOFILE 7
|
/bionic/libc/unistd/ |
getdtablesize.c | 35 if (getrlimit(RLIMIT_NOFILE, &r) < 0) {
|
/external/valgrind/main/none/tests/darwin/ |
rlimit.c | 13 getrlimit(RLIMIT_NOFILE, &rlp); 14 fprintf(stderr, "RLIMIT_NOFILE is %lld\n", (long long)rlp.rlim_cur);
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 29 #ifndef RLIMIT_NOFILE 30 # define RLIMIT_NOFILE 7 /* max number of open files */ 81 [RLIMIT_NOFILE] = { INR_OPEN_CUR, INR_OPEN_MAX }, \
|
/external/valgrind/main/none/tests/ |
closeall.c | 11 getrlimit(RLIMIT_NOFILE, &lim);
|
rlimit_nofile.c | 17 if (getrlimit(RLIMIT_NOFILE, &oldrlim) < 0) 26 if (setrlimit(RLIMIT_NOFILE, &newrlim) < 0) 32 if (getrlimit(RLIMIT_NOFILE, &newrlim) < 0)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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/i686-linux-glibc2.7-4.6/sysroot/usr/include/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.7-4.6/sysroot/usr/include/bits/ |
resource.h | 63 RLIMIT_NOFILE = 7, 64 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 65 #define RLIMIT_NOFILE RLIMIT_NOFILE
|
/external/openssh/ |
sandbox-darwin.c | 77 if (setrlimit(RLIMIT_NOFILE, &rl_zero) == -1) 78 fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
|
sandbox-rlimit.c | 70 if (setrlimit(RLIMIT_NOFILE, &rl_zero) == -1) 71 fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
|
ssh-keyscan.c | 111 #if defined(HAVE_GETRLIMIT) && defined(RLIMIT_NOFILE) 114 if (getrlimit(RLIMIT_NOFILE, &rlfd) < 0) 128 #if defined(HAVE_SETRLIMIT) && defined(RLIMIT_NOFILE) 134 #if defined(HAVE_SETRLIMIT) && defined(RLIMIT_NOFILE) 135 if (getrlimit(RLIMIT_NOFILE, &rlfd) < 0) 138 if (setrlimit(RLIMIT_NOFILE, &rlfd) < 0)
|
/external/chromium/chrome/browser/ |
browser_main_posix.cc | 168 if (getrlimit(RLIMIT_NOFILE, &limits) == 0) { 174 if (setrlimit(RLIMIT_NOFILE, &limits) != 0) {
|
/external/elfutils/tests/ |
dwfl-bug-fd-leak.c | 100 if (setrlimit (RLIMIT_NOFILE, &fd_limit) < 0)
|
/external/blktrace/btt/ |
misc.c | 110 return increase_limit(RLIMIT_NOFILE, 16);
|
/system/core/sh/ |
miscbltin.c | 323 #ifdef RLIMIT_NOFILE 324 { "nofiles(descriptors)", RLIMIT_NOFILE, 1, 'n' },
|
/external/chromium/third_party/libevent/test/ |
bench.c | 153 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
|