Searched refs:StructRlimit (Results 1 – 8 of 8) sorted by relevance
34 public final class StructRlimit { class53 public StructRlimit(long rlim_cur, long rlim_max) { in StructRlimit() method in StructRlimit
290 …public static @Nullable StructRlimit getrlimit(int resource) throws ErrnoException { return Libcor… in getrlimit()
34 import android.system.StructRlimit;283 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
32 import android.system.StructRlimit;98 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
34 import android.system.StructRlimit;342 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit()
43 …method @Nullable public static android.system.StructRlimit getrlimit(int) throws android.system.Er…100 public final class StructRlimit {
27 import android.system.StructRlimit;1802 StructRlimit rlimit = Os.getrlimit(OsConstants.RLIMIT_NOFILE);
161 "luni/src/main/java/android/system/StructRlimit.java",