org.jruby.ext.posix
Interface LinuxLibC

All Superinterfaces:
LibC

public interface LinuxLibC
extends LibC


Method Summary
 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)
           
 
Methods inherited from interface org.jruby.ext.posix.LibC
chmod, chown, close, endgrent, endpwent, execv, execve, 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, setegid, setenv, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, stat, stat64, symlink, umask, unsetenv, utimes, wait, waitpid, write
 

Method Detail

__fxstat

int __fxstat(int version,
             int fd,
             FileStat stat)

__lxstat

int __lxstat(int version,
             CharSequence path,
             FileStat stat)

__lxstat

int __lxstat(int version,
             ByteBuffer path,
             FileStat stat)

__xstat

int __xstat(int version,
            CharSequence path,
            FileStat stat)

__xstat

int __xstat(int version,
            ByteBuffer path,
            FileStat stat)

__fxstat64

int __fxstat64(int version,
               int fd,
               FileStat stat)

__lxstat64

int __lxstat64(int version,
               CharSequence path,
               FileStat stat)

__lxstat64

int __lxstat64(int version,
               ByteBuffer path,
               FileStat stat)

__xstat64

int __xstat64(int version,
              CharSequence path,
              FileStat stat)

__xstat64

int __xstat64(int version,
              ByteBuffer path,
              FileStat stat)


Copyright © 2012. All Rights Reserved.