Searched defs:sysconf (Results 1 – 4 of 4) sorted by relevance
935 public static long sysconf(int name) { return Libcore.os.sysconf(name); } in sysconf() method in Os
734 public long sysconf(int name); in sysconf() method
879 public long sysconf(int name) { return os.sysconf(name); } in sysconf() method in ForwardingOs
308 public native long sysconf(int name); // throws ErrnoException; in sysconf() method in Linux