"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.platform.posix.natives.LibC.stat

Packages that use LibC.stat
com.sun.squawk.platform.posix.linux.natives   
com.sun.squawk.platform.posix.natives   
 

Uses of LibC.stat in com.sun.squawk.platform.posix.linux.natives
 

Methods in com.sun.squawk.platform.posix.linux.natives with parameters of type LibC.stat
 int LibCImpl.fstat(int arg0, LibC.stat arg1)
          Implements fstat by calling __fxstat function
 int LibCImpl.stat(String arg0, LibC.stat arg1)
          Implements stat by calling __xstat function
 

Uses of LibC.stat in com.sun.squawk.platform.posix.natives
 

Methods in com.sun.squawk.platform.posix.natives with parameters of type LibC.stat
 int LibC.fstat(int fd, LibC.stat stat)
          Get information on the open file with file descriptor "fd".
 int LibCImpl.fstat(int arg0, LibC.stat arg1)
           
 int LibC.stat(String name, LibC.stat stat)
          Get information on the named "name".
 int LibCImpl.stat(String arg0, LibC.stat arg1)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"