Ejemplo n.º 1
0
 public StatFS fstatfs() {
   return fs.fstatfs();
 }
Ejemplo n.º 2
0
 public Stat fstat() {
   return fs.fstat(dir);
 }