Methods Summary |
---|
public static java.io.FileDescriptor | accept(java.io.FileDescriptor fd, java.net.InetSocketAddress peerAddress) throw new RuntimeException("Stub!");
|
public static boolean | access(java.lang.String path, int mode) throw new RuntimeException("Stub!");
|
public static void | bind(java.io.FileDescriptor fd, java.net.InetAddress address, int port) throw new RuntimeException("Stub!");
|
public static void | chmod(java.lang.String path, int mode) throw new RuntimeException("Stub!");
|
public static void | chown(java.lang.String path, int uid, int gid) throw new RuntimeException("Stub!");
|
public static void | close(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static void | connect(java.io.FileDescriptor fd, java.net.InetAddress address, int port) throw new RuntimeException("Stub!");
|
public static java.io.FileDescriptor | dup(java.io.FileDescriptor oldFd) throw new RuntimeException("Stub!");
|
public static java.io.FileDescriptor | dup2(java.io.FileDescriptor oldFd, int newFd) throw new RuntimeException("Stub!");
|
public static java.lang.String[] | environ() throw new RuntimeException("Stub!");
|
public static void | execv(java.lang.String filename, java.lang.String[] argv) throw new RuntimeException("Stub!");
|
public static void | execve(java.lang.String filename, java.lang.String[] argv, java.lang.String[] envp) throw new RuntimeException("Stub!");
|
public static void | fchmod(java.io.FileDescriptor fd, int mode) throw new RuntimeException("Stub!");
|
public static void | fchown(java.io.FileDescriptor fd, int uid, int gid) throw new RuntimeException("Stub!");
|
public static void | fdatasync(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static android.system.StructStat | fstat(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static android.system.StructStatVfs | fstatvfs(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static void | fsync(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static void | ftruncate(java.io.FileDescriptor fd, long length) throw new RuntimeException("Stub!");
|
public static java.lang.String | gai_strerror(int error) throw new RuntimeException("Stub!");
|
public static int | getegid() throw new RuntimeException("Stub!");
|
public static java.lang.String | getenv(java.lang.String name) throw new RuntimeException("Stub!");
|
public static int | geteuid() throw new RuntimeException("Stub!");
|
public static int | getgid() throw new RuntimeException("Stub!");
|
public static java.net.SocketAddress | getpeername(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static int | getpid() throw new RuntimeException("Stub!");
|
public static int | getppid() throw new RuntimeException("Stub!");
|
public static java.net.SocketAddress | getsockname(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static int | gettid() throw new RuntimeException("Stub!");
|
public static int | getuid() throw new RuntimeException("Stub!");
|
public static java.lang.String | if_indextoname(int index) throw new RuntimeException("Stub!");
|
public static java.net.InetAddress | inet_pton(int family, java.lang.String address) throw new RuntimeException("Stub!");
|
public static boolean | isatty(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static void | kill(int pid, int signal) throw new RuntimeException("Stub!");
|
public static void | lchown(java.lang.String path, int uid, int gid) throw new RuntimeException("Stub!");
|
public static void | link(java.lang.String oldPath, java.lang.String newPath) throw new RuntimeException("Stub!");
|
public static void | listen(java.io.FileDescriptor fd, int backlog) throw new RuntimeException("Stub!");
|
public static long | lseek(java.io.FileDescriptor fd, long offset, int whence) throw new RuntimeException("Stub!");
|
public static android.system.StructStat | lstat(java.lang.String path) throw new RuntimeException("Stub!");
|
public static void | mincore(long address, long byteCount, byte[] vector) throw new RuntimeException("Stub!");
|
public static void | mkdir(java.lang.String path, int mode) throw new RuntimeException("Stub!");
|
public static void | mkfifo(java.lang.String path, int mode) throw new RuntimeException("Stub!");
|
public static void | mlock(long address, long byteCount) throw new RuntimeException("Stub!");
|
public static long | mmap(long address, long byteCount, int prot, int flags, java.io.FileDescriptor fd, long offset) throw new RuntimeException("Stub!");
|
public static void | msync(long address, long byteCount, int flags) throw new RuntimeException("Stub!");
|
public static void | munlock(long address, long byteCount) throw new RuntimeException("Stub!");
|
public static void | munmap(long address, long byteCount) throw new RuntimeException("Stub!");
|
public static java.io.FileDescriptor | open(java.lang.String path, int flags, int mode) throw new RuntimeException("Stub!");
|
public static java.io.FileDescriptor[] | pipe() throw new RuntimeException("Stub!");
|
public static int | poll(android.system.StructPollfd[] fds, int timeoutMs) throw new RuntimeException("Stub!");
|
public static void | posix_fallocate(java.io.FileDescriptor fd, long offset, long length) throw new RuntimeException("Stub!");
|
public static int | prctl(int option, long arg2, long arg3, long arg4, long arg5) throw new RuntimeException("Stub!");
|
public static int | pread(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, long offset) throw new RuntimeException("Stub!");
|
public static int | pread(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throw new RuntimeException("Stub!");
|
public static int | pwrite(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, long offset) throw new RuntimeException("Stub!");
|
public static int | pwrite(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) throw new RuntimeException("Stub!");
|
public static int | read(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer) throw new RuntimeException("Stub!");
|
public static int | read(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throw new RuntimeException("Stub!");
|
public static java.lang.String | readlink(java.lang.String path) throw new RuntimeException("Stub!");
|
public static int | readv(java.io.FileDescriptor fd, java.lang.Object[] buffers, int[] offsets, int[] byteCounts) throw new RuntimeException("Stub!");
|
public static int | recvfrom(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, int flags, java.net.InetSocketAddress srcAddress) throw new RuntimeException("Stub!");
|
public static int | recvfrom(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, java.net.InetSocketAddress srcAddress) throw new RuntimeException("Stub!");
|
public static void | remove(java.lang.String path) throw new RuntimeException("Stub!");
|
public static void | rename(java.lang.String oldPath, java.lang.String newPath) throw new RuntimeException("Stub!");
|
public static long | sendfile(java.io.FileDescriptor outFd, java.io.FileDescriptor inFd, android.util.MutableLong inOffset, long byteCount) throw new RuntimeException("Stub!");
|
public static int | sendto(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer, int flags, java.net.InetAddress inetAddress, int port) throw new RuntimeException("Stub!");
|
public static int | sendto(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, java.net.InetAddress inetAddress, int port) throw new RuntimeException("Stub!");
|
public static void | setegid(int egid) throw new RuntimeException("Stub!");
|
public static void | setenv(java.lang.String name, java.lang.String value, boolean overwrite) throw new RuntimeException("Stub!");
|
public static void | seteuid(int euid) throw new RuntimeException("Stub!");
|
public static void | setgid(int gid) throw new RuntimeException("Stub!");
|
public static int | setsid() throw new RuntimeException("Stub!");
|
public static void | setuid(int uid) throw new RuntimeException("Stub!");
|
public static void | shutdown(java.io.FileDescriptor fd, int how) throw new RuntimeException("Stub!");
|
public static java.io.FileDescriptor | socket(int domain, int type, int protocol) throw new RuntimeException("Stub!");
|
public static void | socketpair(int domain, int type, int protocol, java.io.FileDescriptor fd1, java.io.FileDescriptor fd2) throw new RuntimeException("Stub!");
|
public static android.system.StructStat | stat(java.lang.String path) throw new RuntimeException("Stub!");
|
public static android.system.StructStatVfs | statvfs(java.lang.String path) throw new RuntimeException("Stub!");
|
public static java.lang.String | strerror(int errno) throw new RuntimeException("Stub!");
|
public static java.lang.String | strsignal(int signal) throw new RuntimeException("Stub!");
|
public static void | symlink(java.lang.String oldPath, java.lang.String newPath) throw new RuntimeException("Stub!");
|
public static long | sysconf(int name) throw new RuntimeException("Stub!");
|
public static void | tcdrain(java.io.FileDescriptor fd) throw new RuntimeException("Stub!");
|
public static void | tcsendbreak(java.io.FileDescriptor fd, int duration) throw new RuntimeException("Stub!");
|
public static int | umask(int mask) throw new RuntimeException("Stub!");
|
public static android.system.StructUtsname | uname() throw new RuntimeException("Stub!");
|
public static void | unsetenv(java.lang.String name) throw new RuntimeException("Stub!");
|
public static int | waitpid(int pid, android.util.MutableInt status, int options) throw new RuntimeException("Stub!");
|
public static int | write(java.io.FileDescriptor fd, java.nio.ByteBuffer buffer) throw new RuntimeException("Stub!");
|
public static int | write(java.io.FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throw new RuntimeException("Stub!");
|
public static int | writev(java.io.FileDescriptor fd, java.lang.Object[] buffers, int[] offsets, int[] byteCounts) throw new RuntimeException("Stub!");
|