Searched defs:getrlimit (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java224 /** @hide */ public static StructRlimit getrlimit(int resource) throws ErrnoException { return Libcore.os.getrlimit(resource); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java102 public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource); } method in class:ForwardingOs
H A DLinux.java93 public native StructRlimit getrlimit(int resource) throws ErrnoException; method in class:Linux
H A DOs.java88 public StructRlimit getrlimit(int resource) throws ErrnoException; method in interface:Os

Completed in 62 milliseconds