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