Ejemplo n.º 1
0
 public final StatvfsWrapper ffree(final long f_ffree) {
   structStatvfs.f_ffree(f_ffree);
   return this;
 }
Ejemplo n.º 2
0
 public final long ffree() {
   return structStatvfs.f_ffree();
 }