FileDocCategorySizeDatePackage
Os.javaAPI DocAndroid 5.1 API13568Sat Mar 14 14:09:40 GMT 2015android.system

Os

public final class Os extends Object

Fields Summary
Constructors Summary
Os()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static java.io.FileDescriptoraccept(java.io.FileDescriptor fd, java.net.InetSocketAddress peerAddress)

 throw new RuntimeException("Stub!"); 
public static booleanaccess(java.lang.String path, int mode)

 throw new RuntimeException("Stub!"); 
public static voidbind(java.io.FileDescriptor fd, java.net.InetAddress address, int port)

 throw new RuntimeException("Stub!"); 
public static voidchmod(java.lang.String path, int mode)

 throw new RuntimeException("Stub!"); 
public static voidchown(java.lang.String path, int uid, int gid)

 throw new RuntimeException("Stub!"); 
public static voidclose(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static voidconnect(java.io.FileDescriptor fd, java.net.InetAddress address, int port)

 throw new RuntimeException("Stub!"); 
public static java.io.FileDescriptordup(java.io.FileDescriptor oldFd)

 throw new RuntimeException("Stub!"); 
public static java.io.FileDescriptordup2(java.io.FileDescriptor oldFd, int newFd)

 throw new RuntimeException("Stub!"); 
public static java.lang.String[]environ()

 throw new RuntimeException("Stub!"); 
public static voidexecv(java.lang.String filename, java.lang.String[] argv)

 throw new RuntimeException("Stub!"); 
public static voidexecve(java.lang.String filename, java.lang.String[] argv, java.lang.String[] envp)

 throw new RuntimeException("Stub!"); 
public static voidfchmod(java.io.FileDescriptor fd, int mode)

 throw new RuntimeException("Stub!"); 
public static voidfchown(java.io.FileDescriptor fd, int uid, int gid)

 throw new RuntimeException("Stub!"); 
public static voidfdatasync(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static android.system.StructStatfstat(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static android.system.StructStatVfsfstatvfs(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static voidfsync(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static voidftruncate(java.io.FileDescriptor fd, long length)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringgai_strerror(int error)

 throw new RuntimeException("Stub!"); 
public static intgetegid()

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringgetenv(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public static intgeteuid()

 throw new RuntimeException("Stub!"); 
public static intgetgid()

 throw new RuntimeException("Stub!"); 
public static java.net.SocketAddressgetpeername(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static intgetpid()

 throw new RuntimeException("Stub!"); 
public static intgetppid()

 throw new RuntimeException("Stub!"); 
public static java.net.SocketAddressgetsockname(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static intgettid()

 throw new RuntimeException("Stub!"); 
public static intgetuid()

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringif_indextoname(int index)

 throw new RuntimeException("Stub!"); 
public static java.net.InetAddressinet_pton(int family, java.lang.String address)

 throw new RuntimeException("Stub!"); 
public static booleanisatty(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static voidkill(int pid, int signal)

 throw new RuntimeException("Stub!"); 
public static voidlchown(java.lang.String path, int uid, int gid)

 throw new RuntimeException("Stub!"); 
public static voidlink(java.lang.String oldPath, java.lang.String newPath)

 throw new RuntimeException("Stub!"); 
public static voidlisten(java.io.FileDescriptor fd, int backlog)

 throw new RuntimeException("Stub!"); 
public static longlseek(java.io.FileDescriptor fd, long offset, int whence)

 throw new RuntimeException("Stub!"); 
public static android.system.StructStatlstat(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static voidmincore(long address, long byteCount, byte[] vector)

 throw new RuntimeException("Stub!"); 
public static voidmkdir(java.lang.String path, int mode)

 throw new RuntimeException("Stub!"); 
public static voidmkfifo(java.lang.String path, int mode)

 throw new RuntimeException("Stub!"); 
public static voidmlock(long address, long byteCount)

 throw new RuntimeException("Stub!"); 
public static longmmap(long address, long byteCount, int prot, int flags, java.io.FileDescriptor fd, long offset)

 throw new RuntimeException("Stub!"); 
public static voidmsync(long address, long byteCount, int flags)

 throw new RuntimeException("Stub!"); 
public static voidmunlock(long address, long byteCount)

 throw new RuntimeException("Stub!"); 
public static voidmunmap(long address, long byteCount)

 throw new RuntimeException("Stub!"); 
public static java.io.FileDescriptoropen(java.lang.String path, int flags, int mode)

 throw new RuntimeException("Stub!"); 
public static java.io.FileDescriptor[]pipe()

 throw new RuntimeException("Stub!"); 
public static intpoll(android.system.StructPollfd[] fds, int timeoutMs)

 throw new RuntimeException("Stub!"); 
public static voidposix_fallocate(java.io.FileDescriptor fd, long offset, long length)

 throw new RuntimeException("Stub!"); 
public static intprctl(int option, long arg2, long arg3, long arg4, long arg5)

 throw new RuntimeException("Stub!"); 
public static intpread(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, long offset)

 throw new RuntimeException("Stub!"); 
public static intpread(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset)

 throw new RuntimeException("Stub!"); 
public static intpwrite(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, long offset)

 throw new RuntimeException("Stub!"); 
public static intpwrite(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset)

 throw new RuntimeException("Stub!"); 
public static intread(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer)

 throw new RuntimeException("Stub!"); 
public static intread(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringreadlink(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static intreadv(java.io.FileDescriptor fd, java.lang.Object[] buffers, int[] offsets, int[] byteCounts)

 throw new RuntimeException("Stub!"); 
public static intrecvfrom(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, int flags, java.net.InetSocketAddress srcAddress)

 throw new RuntimeException("Stub!"); 
public static intrecvfrom(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, java.net.InetSocketAddress srcAddress)

 throw new RuntimeException("Stub!"); 
public static voidremove(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static voidrename(java.lang.String oldPath, java.lang.String newPath)

 throw new RuntimeException("Stub!"); 
public static longsendfile(java.io.FileDescriptor outFd, java.io.FileDescriptor inFd, android.util.MutableLong inOffset, long byteCount)

 throw new RuntimeException("Stub!"); 
public static intsendto(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, int flags, java.net.InetAddress inetAddress, int port)

 throw new RuntimeException("Stub!"); 
public static intsendto(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, java.net.InetAddress inetAddress, int port)

 throw new RuntimeException("Stub!"); 
public static voidsetegid(int egid)

 throw new RuntimeException("Stub!"); 
public static voidsetenv(java.lang.String name, java.lang.String value, boolean overwrite)

 throw new RuntimeException("Stub!"); 
public static voidseteuid(int euid)

 throw new RuntimeException("Stub!"); 
public static voidsetgid(int gid)

 throw new RuntimeException("Stub!"); 
public static intsetsid()

 throw new RuntimeException("Stub!"); 
public static voidsetuid(int uid)

 throw new RuntimeException("Stub!"); 
public static voidshutdown(java.io.FileDescriptor fd, int how)

 throw new RuntimeException("Stub!"); 
public static java.io.FileDescriptorsocket(int domain, int type, int protocol)

 throw new RuntimeException("Stub!"); 
public static voidsocketpair(int domain, int type, int protocol, java.io.FileDescriptor fd1, java.io.FileDescriptor fd2)

 throw new RuntimeException("Stub!"); 
public static android.system.StructStatstat(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static android.system.StructStatVfsstatvfs(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringstrerror(int errno)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringstrsignal(int signal)

 throw new RuntimeException("Stub!"); 
public static voidsymlink(java.lang.String oldPath, java.lang.String newPath)

 throw new RuntimeException("Stub!"); 
public static longsysconf(int name)

 throw new RuntimeException("Stub!"); 
public static voidtcdrain(java.io.FileDescriptor fd)

 throw new RuntimeException("Stub!"); 
public static voidtcsendbreak(java.io.FileDescriptor fd, int duration)

 throw new RuntimeException("Stub!"); 
public static intumask(int mask)

 throw new RuntimeException("Stub!"); 
public static android.system.StructUtsnameuname()

 throw new RuntimeException("Stub!"); 
public static voidunsetenv(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public static intwaitpid(int pid, android.util.MutableInt status, int options)

 throw new RuntimeException("Stub!"); 
public static intwrite(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer)

 throw new RuntimeException("Stub!"); 
public static intwrite(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount)

 throw new RuntimeException("Stub!"); 
public static intwritev(java.io.FileDescriptor fd, java.lang.Object[] buffers, int[] offsets, int[] byteCounts)

 throw new RuntimeException("Stub!");