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