Searched refs:getrlimit (Results 1 – 8 of 8) sorted by relevance
132 if (getrlimit(RLIMIT_NOFILE, &rlp) < 0) { in IOUtil_fdLimit()
342 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit() method in ForwardingOs
283 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method
98 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method in Linux
290 …public static @Nullable StructRlimit getrlimit(int resource) throws ErrnoException { return Libcor… in getrlimit() method in Os
1500 if (throwIfMinusOne(env, "getrlimit", TEMP_FAILURE_RETRY(getrlimit(resource, &r))) == -1) { in Linux_getrlimit()2809 NATIVE_METHOD(Linux, getrlimit, "(I)Landroid/system/StructRlimit;"),
43 …method @Nullable public static android.system.StructRlimit getrlimit(int) throws android.system.Er…
1802 StructRlimit rlimit = Os.getrlimit(OsConstants.RLIMIT_NOFILE);