HomeSort by relevance Sort by last modified time
    Searched full:nofile (Results 1 - 25 of 25) sorted by null

  /external/libchrome/base/process/
process_metrics_posix.cc 44 struct rlimit nofile; local
45 if (getrlimit(RLIMIT_NOFILE, &nofile)) {
50 max_fds = nofile.rlim_cur;
  /libcore/luni/src/test/java/libcore/java/io/
OldFileReaderTest.java 29 File noFile = new File(System.getProperty("java.io.tmpdir"), "noreader.tst");
31 br = new FileReader(noFile);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
param.h 46 long time and which seems to be usable. People should not use NOFILE
48 #define NOFILE 256
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
param.h 47 long time and which seems to be usable. People should not use NOFILE
49 #define NOFILE 256
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
param.h 47 long time and which seems to be usable. People should not use NOFILE
49 #define NOFILE 256
  /external/avahi/avahi-daemon/
avahi-daemon.conf 66 rlimit-nofile=768
main.c 851 } else if (strcasecmp(p->key, "rlimit-nofile") == 0) {
    [all...]
  /external/clang/test/Driver/
modules.m 7 // RUN: %clang -fbuild-session-file=doesntexist -### %s 2>&1 | FileCheck -check-prefix=NOFILE %s
8 // NOFILE: no such file or directory: 'doesntexist'
  /system/extras/tests/net_test/
tcp_nuke_addr_test.py 228 self.nofile = resource.getrlimit(resource.RLIMIT_NOFILE)
233 resource.setrlimit(resource.RLIMIT_NOFILE, self.nofile)
  /external/libchrome/sandbox/linux/suid/
sandbox.c 113 const struct rlimit nofile = {0, 0}; local
114 if (setrlimit(RLIMIT_NOFILE, &nofile))
  /external/autotest/client/cros/
chrooted_avahi.py 54 'rlimit-nofile=768\n'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gettext.py 447 #: nofile:0
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gettext.py 447 #: nofile:0
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 300 $2 ~ /^RLIMIT_(AS|CORE|CPU|DATA|FSIZE|NOFILE|STACK)|RLIM_INFINITY/ ||
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 300 $2 ~ /^RLIMIT_(AS|CORE|CPU|DATA|FSIZE|NOFILE|STACK)|RLIM_INFINITY/ ||
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 447 #: nofile:0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py 447 #: nofile:0
  /external/avahi/man/
avahi-daemon.conf.5.xml.in 356 <p><opt>rlimit-nofile=</opt> Value for RLIMIT_NOFILE (open file descriptors). avahi-daemon shouldn't need more than 15 to 20 open file descriptors concurrently.</p>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /external/ImageMagick/m4/
libtool.m4     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
aclocal.m4     [all...]
configure     [all...]
  /external/pcre/dist/
configure     [all...]
  /external/pcre/dist/m4/
libtool.m4     [all...]

Completed in 958 milliseconds