Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.linux |
Modifier and Type | Method and Description |
---|---|
static int |
linux.__fxstat(int __ver,
int __fildes,
stat __stat_buf) |
static int |
linux.__fxstatat(int __ver,
int __fildes,
BytePointer __filename,
stat __stat_buf,
int __flag) |
static int |
linux.__fxstatat(int __ver,
int __fildes,
String __filename,
stat __stat_buf,
int __flag) |
static int |
linux.__lxstat(int __ver,
BytePointer __filename,
stat __stat_buf) |
static int |
linux.__lxstat(int __ver,
String __filename,
stat __stat_buf) |
static int |
linux.__xstat(int __ver,
BytePointer __filename,
stat __stat_buf) |
static int |
linux.__xstat(int __ver,
String __filename,
stat __stat_buf) |
static int |
linux.fstat(int __fd,
stat __buf) |
static int |
linux.fstatat(int __fd,
BytePointer __file,
stat __buf,
int __flag) |
static int |
linux.fstatat(int __fd,
String __file,
stat __buf,
int __flag) |
static int |
linux.lstat(BytePointer __file,
stat __buf) |
static int |
linux.lstat(String __file,
stat __buf) |
static int |
linux.stat(BytePointer __file,
stat __buf) |
static int |
linux.stat(String __file,
stat __buf) |
Modifier and Type | Method and Description |
---|---|
stat |
stat.__pad0(int setter) |
stat |
stat.__unused(int i,
long setter) |
stat |
stat.position(long position) |
stat |
stat.st_atim(timespec setter) |
stat |
stat.st_blksize(long setter) |
stat |
stat.st_blocks(long setter) |
stat |
stat.st_ctim(timespec setter) |
stat |
stat.st_dev(long setter) |
stat |
stat.st_gid(int setter) |
stat |
stat.st_ino(long setter) |
stat |
stat.st_mode(int setter) |
stat |
stat.st_mtim(timespec setter) |
stat |
stat.st_nlink(long setter) |
stat |
stat.st_rdev(long setter) |
stat |
stat.st_size(long setter) |
stat |
stat.st_uid(int setter) |
Copyright © 2020. All rights reserved.