java.lang.Object | |
↳ | android.system.Os |
Access to low-level system functionality. Most of these are system calls. Most users will want to use higher-level APIs where available, but this class provides access to the underlying primitives used to implement the higher-level APIs.
The corresponding constants can be found in OsConstants
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
See accept(2).
| |||||||||||
See access(2).
| |||||||||||
See bind(2).
| |||||||||||
See chmod(2).
| |||||||||||
See chown(2).
| |||||||||||
See close(2).
| |||||||||||
See connect(2).
| |||||||||||
See dup(2).
| |||||||||||
See dup2(2).
| |||||||||||
See environ(3).
| |||||||||||
See execv(2).
| |||||||||||
See execve(2).
| |||||||||||
See fchmod(2).
| |||||||||||
See fchown(2).
| |||||||||||
See fdatasync(2).
| |||||||||||
See fstat(2).
| |||||||||||
See fstatvfs(2).
| |||||||||||
See fsync(2).
| |||||||||||
See ftruncate(2).
| |||||||||||
See gai_strerror(3).
| |||||||||||
See getegid(2).
| |||||||||||
See getenv(3).
| |||||||||||
See geteuid(2).
| |||||||||||
See getgid(2).
| |||||||||||
See getpeername(2).
| |||||||||||
See getpid(2).
| |||||||||||
See getppid(2).
| |||||||||||
See getsockname(2).
| |||||||||||
See gettid(2).
| |||||||||||
See getuid(2).
| |||||||||||
See if_indextoname(3).
| |||||||||||
See inet_pton(3).
| |||||||||||
See isatty(3).
| |||||||||||
See kill(2).
| |||||||||||
See lchown(2).
| |||||||||||
See link(2).
| |||||||||||
See listen(2).
| |||||||||||
See lseek(2).
| |||||||||||
See lstat(2).
| |||||||||||
See mincore(2).
| |||||||||||
See mkdir(2).
| |||||||||||
See mkfifo(3).
| |||||||||||
See mlock(2).
| |||||||||||
See mmap(2).
| |||||||||||
See msync(2).
| |||||||||||
See munlock(2).
| |||||||||||
See munmap(2).
| |||||||||||
See open(2).
| |||||||||||
See pipe(2).
| |||||||||||
See poll(2).
| |||||||||||
See posix_fallocate(2).
| |||||||||||
See prctl(2).
| |||||||||||
See pread(2).
| |||||||||||
See pread(2).
| |||||||||||
See pwrite(2).
| |||||||||||
See pwrite(2).
| |||||||||||
See read(2).
| |||||||||||
See read(2).
| |||||||||||
See readlink(2).
| |||||||||||
See readv(2).
| |||||||||||
See recvfrom(2).
| |||||||||||
See recvfrom(2).
| |||||||||||
See remove(3).
| |||||||||||
See rename(2).
| |||||||||||
See sendfile(2).
| |||||||||||
See sendto(2).
| |||||||||||
See sendto(2).
| |||||||||||
See setegid(2).
| |||||||||||
See setenv(3).
| |||||||||||
See seteuid(2).
| |||||||||||
See setgid(2).
| |||||||||||
See setsid(2).
| |||||||||||
See setuid(2).
| |||||||||||
See shutdown(2).
| |||||||||||
See socket(2).
| |||||||||||
See socketpair(2).
| |||||||||||
See stat(2).
| |||||||||||
See statvfs(2).
| |||||||||||
See strerror(2).
| |||||||||||
See strsignal(3).
| |||||||||||
See symlink(2).
| |||||||||||
See sysconf(3).
| |||||||||||
See tcdrain(3).
| |||||||||||
See tcsendbreak(3).
| |||||||||||
See umask(2).
| |||||||||||
See uname(2).
| |||||||||||
See unsetenv(3).
| |||||||||||
See waitpid(2).
| |||||||||||
See write(2).
| |||||||||||
See write(2).
| |||||||||||
See writev(2).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
See accept(2).
ErrnoException | |
---|---|
SocketException |
See bind(2).
ErrnoException | |
---|---|
SocketException |
See connect(2).
ErrnoException | |
---|---|
SocketException |
See dup2(2).
ErrnoException |
---|
See execve(2).
ErrnoException |
---|
See fchown(2).
ErrnoException |
---|
See ftruncate(2).
ErrnoException |
---|
See getpeername(2).
ErrnoException |
---|
See getsockname(2).
ErrnoException |
---|
See lseek(2).
ErrnoException |
---|
See mincore(2).
ErrnoException |
---|
See mmap(2).
ErrnoException |
---|
See msync(2).
ErrnoException |
---|
See open(2).
ErrnoException |
---|
See posix_fallocate(2).
ErrnoException |
---|
See prctl(2).
ErrnoException |
---|
See pread(2).
See pwrite(2).
See read(2).
See readv(2).
See recvfrom(2).
ErrnoException | |
---|---|
SocketException |
See recvfrom(2).
ErrnoException | |
---|---|
SocketException |
See sendfile(2).
ErrnoException |
---|
See sendto(2).
ErrnoException | |
---|---|
SocketException |
See sendto(2).
ErrnoException | |
---|---|
SocketException |
See setenv(3).
ErrnoException |
---|
See socket(2).
ErrnoException |
---|
See socketpair(2).
ErrnoException |
---|
See tcsendbreak(3).
ErrnoException |
---|
See waitpid(2).
ErrnoException |
---|
See write(2).
See writev(2).