Exemple #1
0
 public StatFS fstatfs() {
   return fs.fstatfs();
 }
Exemple #2
0
 public Stat fstat() {
   return fs.fstat(dir);
 }