LibC.LibCSignalHandler| Modifier and Type | Method and Description |
|---|---|
int |
__fxstat(int version,
int fd,
FileStat stat) |
int |
__fxstat64(int version,
int fd,
FileStat stat) |
int |
__lxstat(int version,
ByteBuffer path,
FileStat stat) |
int |
__lxstat(int version,
CharSequence path,
FileStat stat) |
int |
__lxstat64(int version,
ByteBuffer path,
FileStat stat) |
int |
__lxstat64(int version,
CharSequence path,
FileStat stat) |
int |
__xstat(int version,
ByteBuffer path,
FileStat stat) |
int |
__xstat(int version,
CharSequence path,
FileStat stat) |
int |
__xstat64(int version,
ByteBuffer path,
FileStat stat) |
int |
__xstat64(int version,
CharSequence path,
FileStat stat) |
posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2, posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy, posix_spawn_file_actions_init, posix_spawn, posix_spawnattr_destroy, posix_spawnattr_getflags, posix_spawnattr_init, posix_spawnattr_setflags, posix_spawnpchdir, chmod, chown, close, endgrent, endpwent, execv, execve, flock, fork, fstat, fstat64, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, isatty, kill, lchmod, lchown, link, lstat, lstat64, mkdir, read, readlink, rmdir, setegid, setenv, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, signal, stat, stat64, symlink, sysconf, times, umask, unsetenv, utimes, wait, waitpid, writeint __fxstat(int version,
int fd,
FileStat stat)
int __lxstat(int version,
CharSequence path,
FileStat stat)
int __lxstat(int version,
ByteBuffer path,
FileStat stat)
int __xstat(int version,
CharSequence path,
FileStat stat)
int __xstat(int version,
ByteBuffer path,
FileStat stat)
int __fxstat64(int version,
int fd,
FileStat stat)
int __lxstat64(int version,
CharSequence path,
FileStat stat)
int __lxstat64(int version,
ByteBuffer path,
FileStat stat)
int __xstat64(int version,
CharSequence path,
FileStat stat)
int __xstat64(int version,
ByteBuffer path,
FileStat stat)
Copyright © 2013. All Rights Reserved.