Searched refs:allowFallocate (Results 1 – 2 of 2) sorted by relevance
139 public EnvOptions setAllowFallocate(final boolean allowFallocate) { in setAllowFallocate() argument140 setAllowFallocate(nativeHandle_, allowFallocate); in setAllowFallocate()149 public boolean allowFallocate() { in allowFallocate() method in EnvOptions151 return allowFallocate(nativeHandle_); in allowFallocate()343 final boolean allowFallocate); in setAllowFallocate() argument344 private native boolean allowFallocate(final long handle); in allowFallocate() method in EnvOptions
70 public void allowFallocate() { in allowFallocate() method in EnvOptionsTest74 assertThat(envOptions.allowFallocate()).isEqualTo(boolValue); in allowFallocate()