Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DOs.java284 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method
DForwardingOs.java345 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit() method in ForwardingOs
DLinux.java98 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java294 …public static @Nullable StructRlimit getrlimit(int resource) throws ErrnoException { return Libcor… in getrlimit() method in Os