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

  /external/chromium_org/base/process/
process_metrics_ios.cc 50 struct rlimit nofile; local
51 if (getrlimit(RLIMIT_NOFILE, &nofile)) {
55 max_fds = nofile.rlim_cur;
process_metrics_posix.cc 40 struct rlimit nofile; local
41 if (getrlimit(RLIMIT_NOFILE, &nofile)) {
46 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 37 long time and which seems to be usable. People should not use NOFILE
39 #define NOFILE 256
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h 37 long time and which seems to be usable. People should not use NOFILE
39 #define NOFILE 256
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h 37 long time and which seems to be usable. People should not use NOFILE
39 #define NOFILE 256
  /external/dropbear/libtomcrypt/
testme.sh 54 bash testbuild.sh "NOFILE" "-DLTC_NO_FILE" "$1" "$2" "$3" || exit 1
  /external/chromium_org/third_party/sqlite/src/test/
attach3.test 240 ATTACH DATABASE '/nodir/nofile.x' AS notadb;
242 } {1 {unable to open database: /nodir/nofile.x}}
  /external/elfutils/libdwfl/
argp-std.c 187 nofile:
216 goto nofile;
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 100 struct rlimit nofile; local
101 if (!getrlimit(RLIMIT_NOFILE, &nofile)) {
102 soft_fd_limit = nofile.rlim_cur;
103 hard_fd_limit = nofile.rlim_max;
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 115 const struct rlimit nofile = {0, 0}; local
116 if (setrlimit(RLIMIT_NOFILE, &nofile))
  /external/chromium/base/
process_util_posix.cc 310 struct rlimit nofile; local
312 if (getrlimit(RLIMIT_NOFILE, &nofile)) {
317 max_fds = nofile.rlim_cur;
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 645 struct rlimit nofile; local
646 if (getrlimit(RLIMIT_NOFILE, &nofile))
648 GetMaxFDHistogram(type)->Add(nofile.rlim_cur);
    [all...]
  /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/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/
logprint.c 1010 123, 123, "random", "nofile", strlen("Hello"), "Hello", NULL);

Completed in 685 milliseconds