Searched refs:fallocateWithKeepSize (Results 1 – 2 of 2) sorted by relevance
219 final boolean fallocateWithKeepSize) { in setFallocateWithKeepSize() argument220 setFallocateWithKeepSize(nativeHandle_, fallocateWithKeepSize); in setFallocateWithKeepSize()229 public boolean fallocateWithKeepSize() { in fallocateWithKeepSize() method in EnvOptions231 return fallocateWithKeepSize(nativeHandle_); in fallocateWithKeepSize()352 final long handle, final boolean fallocateWithKeepSize); in setFallocateWithKeepSize() argument353 private native boolean fallocateWithKeepSize(final long handle); in fallocateWithKeepSize() method in EnvOptions
97 public void fallocateWithKeepSize() { in fallocateWithKeepSize() method in EnvOptionsTest101 assertThat(envOptions.fallocateWithKeepSize()).isEqualTo(boolValue); in fallocateWithKeepSize()