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/x86_64-linux-glibc2.11-4.6/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.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
  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 278 struct rlimit nofile; local
279 if (getrlimit(RLIMIT_NOFILE, &nofile))
281 GetMaxFDHistogram(type)->Add(nofile.rlim_cur);
  /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/0.153/libdwfl/
argp-std.c 187 nofile:
216 goto nofile;
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 98 struct rlimit nofile; local
99 if (!getrlimit(RLIMIT_NOFILE, &nofile)) {
100 soft_fd_limit = nofile.rlim_cur;
101 hard_fd_limit = nofile.rlim_max;
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 112 const struct rlimit nofile = {0, 0}; local
113 if (setrlimit(RLIMIT_NOFILE, &nofile))
  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector_test.py 102 'nofile': {
  /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/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_panes.py 268 vim.command("setlocal buftype=nofile") # Don't try to open a file
  /system/core/liblog/tests/
liblog_test.cpp 678 123, 123, tag, "nofile", strlen("Hello"), "Hello", NULL);

Completed in 618 milliseconds