Searched refs:setFdCloexec (Results 1 – 2 of 2) sorted by relevance
164 public EnvOptions setSetFdCloexec(final boolean setFdCloexec) { in setSetFdCloexec() argument165 setSetFdCloexec(nativeHandle_, setFdCloexec); in setSetFdCloexec()175 public boolean setFdCloexec() { in setFdCloexec() method in EnvOptions177 return setFdCloexec(nativeHandle_); in setFdCloexec()346 final boolean setFdCloexec); in setSetFdCloexec() argument347 private native boolean setFdCloexec(final long handle); in setFdCloexec() method in EnvOptions
83 assertThat(envOptions.setFdCloexec()).isEqualTo(boolValue); in setFdCloexecs()