org.jruby.ext.posix
| Modifier and Type | Method and Description |
|---|---|
int |
_open_osfhandle(int handle,
int flags) |
int |
_wmkdir(byte[] path) |
boolean |
CloseHandle(int handle) |
int |
CreateFileW(byte[] lpFileName,
int dwDesiredAccess,
int dwShareMode,
com.kenai.jaffl.Pointer lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
int hTemplateFile) |
boolean |
CreateHardLinkW(byte[] oldname,
byte[] newName,
byte[] reserved) |
int |
GetFileType(int handle) |
boolean |
SetFileTime(int hFile,
FileTime lpCreationTime,
FileTime lpLastAccessTime,
FileTime lpLastWriteTime) |
chmod, chown, endgrent, endpwent, fork, fstat, fstat64, getegid, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, isatty, kill, lchmod, lchown, link, lstat, lstat64, mkdir, readlink, setegid, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, stat, stat64, symlink, umask, utimes, wait, waitpidint _open_osfhandle(int handle,
int flags)
int _wmkdir(byte[] path)
int GetFileType(int handle)
boolean CreateHardLinkW(byte[] oldname,
byte[] newName,
byte[] reserved)
int CreateFileW(byte[] lpFileName,
int dwDesiredAccess,
int dwShareMode,
com.kenai.jaffl.Pointer lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
int hTemplateFile)
boolean SetFileTime(int hFile,
FileTime lpCreationTime,
FileTime lpLastAccessTime,
FileTime lpLastWriteTime)
boolean CloseHandle(int handle)
Copyright © 2016. All Rights Reserved.