Package | Description |
---|---|
ch.cern.mig.posix |
Modifier and Type | Class and Description |
---|---|
class |
Linux64Stat |
class |
LinuxStat |
class |
MacOSStat |
Modifier and Type | Method and Description |
---|---|
FileStat |
BasePosix.lstat(String path) |
FileStat |
LinuxPosix.lstat(String path) |
FileStat |
BasePosix.newFileStat() |
FileStat |
BasePosix.stat(String path) |
FileStat |
LinuxPosix.stat(String path) |
Modifier and Type | Method and Description |
---|---|
int |
LinuxLibC.__fxstat(int version,
int fd,
FileStat stat) |
int |
LinuxLibC.__fxstat64(int version,
int fd,
FileStat stat) |
int |
LinuxLibC.__lxstat(int version,
String path,
FileStat stat) |
int |
LinuxLibC.__lxstat64(int version,
String path,
FileStat stat) |
int |
LinuxLibC.__xstat(int version,
String path,
FileStat stat) |
int |
LinuxLibC.__xstat64(int version,
String path,
FileStat stat) |
int |
LibC.lstat(String path,
FileStat stat) |
int |
LibC.stat(String path,
FileStat stat) |
Copyright © 2015. All rights reserved.