Searched refs:getrlimit (Results 1 – 8 of 8) sorted by relevance
132 if (getrlimit(RLIMIT_NOFILE, &rlp) < 0) { in IOUtil_fdLimit()
125 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit() method in ForwardingOs
101 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method
99 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method in Linux
254 …public static StructRlimit getrlimit(int resource) throws ErrnoException { return Libcore.os.getrl… in getrlimit() method in Os
1190 StructRlimit rlimit = Os.getrlimit(OsConstants.RLIMIT_NOFILE); in test_getrlimit()
1456 if (throwIfMinusOne(env, "getrlimit", TEMP_FAILURE_RETRY(getrlimit(resource, &r))) == -1) { in Linux_getrlimit()2626 NATIVE_METHOD(Linux, getrlimit, "(I)Landroid/system/StructRlimit;"),
95 …method public static android.system.StructRlimit getrlimit(int) throws android.system.ErrnoExcepti…