D | StructStat.java | 33 public final int st_mode; /*mode_t*/ field in StructStat 86 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, in StructStat() argument 89 this(st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, in StructStat() 97 public StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, in StructStat() argument 102 this.st_mode = st_mode; in StructStat()
|