Exemple #1
0
 public final StatvfsWrapper bfree(final long f_bfree) {
   structStatvfs.f_bfree(f_bfree);
   return this;
 }
Exemple #2
0
 public final long bfree() {
   return structStatvfs.f_bfree();
 }