| /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 | 267 struct rlimit nofile; local 268 if (getrlimit(RLIMIT_NOFILE, &nofile)) 270 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 | 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 | 113 const struct rlimit nofile = {0, 0}; local 114 if (setrlimit(RLIMIT_NOFILE, &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);
|