Home
last modified time | relevance | path

Searched refs:rlim_max (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructRlimit.java31 public final long rlim_max; field in StructRlimit
33 public StructRlimit(long rlim_cur, long rlim_max) { in StructRlimit() argument
35 this.rlim_max = rlim_max; in StructRlimit()
/libcore/ojluni/src/main/native/
DIOUtil.c137 if (rlp.rlim_max > java_lang_Integer_MAX_VALUE) { in IOUtil_fdLimit()
140 return (jint)rlp.rlim_max; in IOUtil_fdLimit()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1195 assertTrue(rlimit.rlim_max > 0); in test_getrlimit()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1467 static_cast<jlong>(r.rlim_max)); in Linux_getrlimit()