Package jnr.posix
Interface LinuxLibC
-
Nested Class Summary
Nested classes/interfaces inherited from interface jnr.posix.LibC
LibC.LibCSignalHandler -
Method Summary
Modifier and TypeMethodDescriptionintint__fxstat64(int version, int fd, FileStat stat) int__lxstat(int version, CharSequence path, FileStat stat) int__lxstat(int version, ByteBuffer path, FileStat stat) int__lxstat64(int version, CharSequence path, FileStat stat) int__lxstat64(int version, ByteBuffer path, FileStat stat) int__xstat(int version, CharSequence path, FileStat stat) int__xstat(int version, ByteBuffer path, FileStat stat) int__xstat64(int version, CharSequence path, FileStat stat) int__xstat64(int version, ByteBuffer path, FileStat stat) intposix_fadvise(int fd, long offset, long len, int advice) Methods inherited from interface jnr.posix.LibC
access, chdir, chmod, chown, close, confstr, daemon, dup, dup2, endgrent, endpwent, environ, execv, execve, fchmod, fchown, fcntl, fcntl, fcntl, fcntl, fcntl, fdatasync, flock, fork, fpathconf, fstat, fstat64, fsync, ftruncate, futimens, futimens, futimes, getcwd, getdtablesize, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getgroups, gethostname, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getrlimit, getrlimit, getsockopt, gettimeofday, getuid, isatty, kill, kill, lchmod, lchown, link, lseek, lstat, lstat64, lutimes, mkdir, nl_langinfo, open, pipe, pread, pread, pread, pread, pwrite, pwrite, pwrite, pwrite, raise, read, read, read, read, readlink, readlink, readlink, recvmsg, rename, rmdir, sendmsg, setegid, setenv, seteuid, setgid, setgrent, setlocale, setpgid, setpgrp, setpriority, setpwent, setrlimit, setrlimit, setsid, setsockopt, setuid, signal, socketpair, stat, stat64, strerror, symlink, syscall, syscall, syscall, syscall, sysconf, times, truncate, umask, unlink, unsetenv, utimensat, utimensat, utimes, utimes, wait, waitpid, write, write, write, writeMethods inherited from interface jnr.posix.UnixLibC
mkfifo, posix_spawn, posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2, posix_spawn_file_actions_addopen, posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy, posix_spawn_file_actions_init, posix_spawnattr_destroy, posix_spawnattr_getflags, posix_spawnattr_getpgroup, posix_spawnattr_getsigdefault, posix_spawnattr_getsigmask, posix_spawnattr_init, posix_spawnattr_setflags, posix_spawnattr_setpgroup, posix_spawnattr_setsigdefault, posix_spawnattr_setsigmask, posix_spawnp, sigprocmask
-
Method Details
-
__fxstat
-
__lxstat
-
__lxstat
-
__xstat
-
__xstat
-
__fxstat64
-
__lxstat64
-
__lxstat64
-
__xstat64
-
__xstat64
-
posix_fadvise
int posix_fadvise(int fd, long offset, long len, int advice)
-