Exemplo n.º 1
0
 public final StatvfsWrapper bfree(final long f_bfree) {
   structStatvfs.f_bfree(f_bfree);
   return this;
 }
Exemplo n.º 2
0
 public final long bfree() {
   return structStatvfs.f_bfree();
 }