Home
last modified time | relevance | path

Searched refs:StructRlimit (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructRlimit.java34 public final class StructRlimit { class
53 public StructRlimit(long rlim_cur, long rlim_max) { in StructRlimit() method in StructRlimit
DOs.java290 …public static @Nullable StructRlimit getrlimit(int resource) throws ErrnoException { return Libcor… in getrlimit()
/libcore/luni/src/main/java/libcore/io/
DOs.java34 import android.system.StructRlimit;
283 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
DLinux.java32 import android.system.StructRlimit;
98 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
DForwardingOs.java34 import android.system.StructRlimit;
342 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit()
/libcore/api/
Dmodule-lib-current.txt43 …method @Nullable public static android.system.StructRlimit getrlimit(int) throws android.system.Er…
100 public final class StructRlimit {
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java27 import android.system.StructRlimit;
1802 StructRlimit rlimit = Os.getrlimit(OsConstants.RLIMIT_NOFILE);
/libcore/
Dnon_openjdk_java_files.bp161 "luni/src/main/java/android/system/StructRlimit.java",