LibC.LibCSignalHandler
Modifier and Type | Field and Description |
---|---|
static int |
CREATE_UNICODE_ENVIRONMENT |
static int |
FILE_TYPE_CHAR |
static int |
FILE_TYPE_DISK |
static int |
FILE_TYPE_PIPE |
static int |
FILE_TYPE_REMOTE |
static int |
FILE_TYPE_UNKNOWN |
static int |
INFINITE |
static int |
NORMAL_PRIORITY_CLASS |
static int |
STD_ERROR_HANDLE |
static int |
STD_INPUT_HANDLE |
static int |
STD_OUTPUT_HANDLE |
Modifier and Type | Method and Description |
---|---|
int |
_close(int fd) |
HANDLE |
_get_osfhandle(int fd) |
int |
_getpid() |
int |
_open_osfhandle(HANDLE handle,
int flags) |
int |
_pipe(int[] fds,
int psize,
int textmode) |
int |
_stat64(CharSequence path,
FileStat stat) |
int |
_umask(int mask) |
int |
_wchdir(WString path) |
int |
_wchmod(WString path,
int pmode) |
int |
_wmkdir(WString path) |
int |
_wstat64(WString path,
FileStat stat) |
boolean |
CloseHandle(HANDLE handle) |
HANDLE |
CreateFileW(byte[] lpFileName,
int dwDesiredAccess,
int dwShareMode,
jnr.ffi.Pointer lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
int hTemplateFile) |
boolean |
CreateHardLinkW(WString oldname,
WString newName,
WString reserved) |
boolean |
CreateProcessW(byte[] applicationName,
ByteBuffer buffer,
WindowsSecurityAttributes processAttributes,
WindowsSecurityAttributes threadAttributes,
int inheritHandles,
int creationFlags,
jnr.ffi.Pointer envp,
byte[] currentDirectory,
WindowsStartupInfo startupInfo,
WindowsProcessInformation processInformation) |
boolean |
GetExitCodeProcess(HANDLE handle,
jnr.ffi.byref.IntByReference exitCode) |
boolean |
GetExitCodeProcess(HANDLE handle,
jnr.ffi.Pointer exitCode) |
int |
GetFileAttributesW(WString path) |
int |
GetFileSize(HANDLE handle,
jnr.ffi.byref.IntByReference outSizeHigh) |
int |
GetFileType(HANDLE handle) |
HANDLE |
GetStdHandle(int stdHandle) |
boolean |
RemoveDirectoryW(WString path) |
boolean |
SetEnvironmentVariableW(WString envName,
WString envValue) |
int |
SetFileAttributesW(WString path,
int flags) |
boolean |
SetFileTime(HANDLE hFile,
FileTime lpCreationTime,
FileTime lpLastAccessTime,
FileTime lpLastWriteTime) |
int |
WaitForSingleObject(HANDLE handle,
int milliseconds) |
access, chdir, chmod, chown, close, crypt, crypt, dup, dup2, endgrent, endpwent, execv, execve, fchmod, fchown, fcntl, fcntl, fcntl, fdatasync, flock, fork, fstat, fstat64, fsync, ftruncate, futimes, getcwd, getdtablesize, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getrlimit, getrlimit, getuid, isatty, kill, lchmod, lchown, link, lseek, lstat, lstat64, mkdir, open, pipe, pread, pread, pwrite, pwrite, read, read, readlink, readlink, readlink, recvmsg, rename, rmdir, sendmsg, setegid, setenv, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setrlimit, setrlimit, setsid, setuid, signal, socketpair, stat, stat64, symlink, sysconf, times, truncate, umask, unlink, unsetenv, utimes, utimes, wait, waitpid, write, write
static final int STD_INPUT_HANDLE
static final int STD_OUTPUT_HANDLE
static final int STD_ERROR_HANDLE
static final int NORMAL_PRIORITY_CLASS
static final int CREATE_UNICODE_ENVIRONMENT
static final int INFINITE
static final int FILE_TYPE_DISK
static final int FILE_TYPE_CHAR
static final int FILE_TYPE_PIPE
static final int FILE_TYPE_REMOTE
static final int FILE_TYPE_UNKNOWN
int _open_osfhandle(HANDLE handle, int flags)
HANDLE _get_osfhandle(int fd)
int _close(int fd)
int _getpid()
int _stat64(CharSequence path, FileStat stat)
int _umask(int mask)
int _wmkdir(WString path)
boolean RemoveDirectoryW(WString path)
int _wchmod(WString path, int pmode)
int _wchdir(WString path)
int _pipe(int[] fds, int psize, int textmode)
boolean CreateProcessW(byte[] applicationName, ByteBuffer buffer, WindowsSecurityAttributes processAttributes, WindowsSecurityAttributes threadAttributes, int inheritHandles, int creationFlags, jnr.ffi.Pointer envp, byte[] currentDirectory, WindowsStartupInfo startupInfo, WindowsProcessInformation processInformation)
int GetFileAttributesW(WString path)
int SetFileAttributesW(WString path, int flags)
boolean GetExitCodeProcess(HANDLE handle, jnr.ffi.Pointer exitCode)
boolean GetExitCodeProcess(HANDLE handle, jnr.ffi.byref.IntByReference exitCode)
int GetFileType(HANDLE handle)
int GetFileSize(HANDLE handle, jnr.ffi.byref.IntByReference outSizeHigh)
HANDLE GetStdHandle(int stdHandle)
HANDLE CreateFileW(byte[] lpFileName, int dwDesiredAccess, int dwShareMode, jnr.ffi.Pointer lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes, int hTemplateFile)
boolean SetFileTime(HANDLE hFile, FileTime lpCreationTime, FileTime lpLastAccessTime, FileTime lpLastWriteTime)
boolean CloseHandle(HANDLE handle)
int WaitForSingleObject(HANDLE handle, int milliseconds)
Copyright © 2015. All Rights Reserved.