Searched defs:sysconf (Results 1 – 4 of 4) sorted by relevance
150 public long sysconf(int name); in sysconf() method
157 public long sysconf(int name) { return os.sysconf(name); } in sysconf() method in ForwardingOs
231 public native long sysconf(int name); in sysconf() method in Posix
479 public static long sysconf(int name) { return Libcore.os.sysconf(name); } in sysconf() method in Os