Searched defs:getrlimit (Results 1 – 4 of 4) sorted by relevance
251 …public static StructRlimit getrlimit(int resource) throws ErrnoException { return Libcore.os.getrl… in getrlimit() method in Os
99 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method
123 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit() method in ForwardingOs
97 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit() method in Linux