Searched refs:setSetFdCloexec (Results 1 – 2 of 2) sorted by relevance
164 public EnvOptions setSetFdCloexec(final boolean setFdCloexec) { in setSetFdCloexec() method in EnvOptions165 setSetFdCloexec(nativeHandle_, setFdCloexec); in setSetFdCloexec()345 private native void setSetFdCloexec(final long handle, in setSetFdCloexec() method in EnvOptions
82 envOptions.setSetFdCloexec(boolValue); in setFdCloexecs()