Searched refs:isFdCloseOnExec (Results 1 – 5 of 5) sorted by relevance
642 final boolean isFdCloseOnExec) { in setIsFdCloseOnExec() argument644 setIsFdCloseOnExec(nativeHandle_, isFdCloseOnExec); in setIsFdCloseOnExec()649 public boolean isFdCloseOnExec() { in isFdCloseOnExec() method in DBOptions651 return isFdCloseOnExec(nativeHandle_); in isFdCloseOnExec()1283 long handle, boolean isFdCloseOnExec); in setIsFdCloseOnExec() argument1284 private native boolean isFdCloseOnExec(long handle); in isFdCloseOnExec() method in DBOptions
821 T setIsFdCloseOnExec(boolean isFdCloseOnExec); in setIsFdCloseOnExec() argument828 boolean isFdCloseOnExec(); in isFdCloseOnExec() method
722 public boolean isFdCloseOnExec() { in isFdCloseOnExec() method in Options724 return isFdCloseOnExec(nativeHandle_); in isFdCloseOnExec()728 public Options setIsFdCloseOnExec(final boolean isFdCloseOnExec) { in setIsFdCloseOnExec() argument730 setIsFdCloseOnExec(nativeHandle_, isFdCloseOnExec); in setIsFdCloseOnExec()1902 long handle, boolean isFdCloseOnExec); in setIsFdCloseOnExec() argument1903 private native boolean isFdCloseOnExec(long handle); in isFdCloseOnExec() method in Options
395 public void isFdCloseOnExec() { in isFdCloseOnExec() method in DBOptionsTest399 assertThat(opt.isFdCloseOnExec()).isEqualTo(boolValue); in isFdCloseOnExec()
614 public void isFdCloseOnExec() { in isFdCloseOnExec() method in OptionsTest618 assertThat(opt.isFdCloseOnExec()).isEqualTo(boolValue); in isFdCloseOnExec()